From 5f55781beb8bfc84412127b3777e1d1d126459b6 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 16 Dec 2012 15:11:59 +0000 Subject: switch protocol from host byte order to network byte order and switch use of uid_t and gid_t in the protocol to int32 git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1864 ef36b2f9-881f-0410-afb5-c4e39611909c --- nss/common.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'nss/common.h') diff --git a/nss/common.h b/nss/common.h index b75f4a4..6e65c9e 100644 --- a/nss/common.h +++ b/nss/common.h @@ -132,11 +132,6 @@ #define NSS_BYNAME(action,name,readfn) \ NSS_BYGEN(action,WRITE_STRING(fp,name),readfn) -/* This macro can be used to generate a get..by..() function - body where the value that is the key has the specified type. */ -#define NSS_BYTYPE(action,val,type,readfn) \ - NSS_BYGEN(action,WRITE_TYPE(fp,val,type),readfn) - /* This macro can be used to generate a get..by..() function body where the value should be passed as an int32_t. */ #define NSS_BYINT32(action,val,readfn) \ -- cgit v1.2.3