X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibrewrite%2Fxmap.c;h=fbc73d0bf4050d9011c9535128d42adfb843d56d;hb=fe8e3b7efa1a3abd22f3c9ebf4b82ae28f270d74;hp=bc36edd04470a1141ebc2afbe0c9fb8c47dfc3e5;hpb=81ecb0b1536785c830a264243c969e03a3858af6;p=openldap diff --git a/libraries/librewrite/xmap.c b/libraries/librewrite/xmap.c index bc36edd044..fbc73d0bf4 100644 --- a/libraries/librewrite/xmap.c +++ b/libraries/librewrite/xmap.c @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 2000-2005 The OpenLDAP Foundation. + * Copyright 2000-2006 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -263,7 +263,7 @@ rewrite_xmap_apply( break; } -#ifdef HAVE_PW_GECOS +#ifdef HAVE_STRUCT_PASSWD_PW_GECOS if ( pwd->pw_gecos != NULL && pwd->pw_gecos[0] != '\0' ) { int l = strlen( pwd->pw_gecos ); @@ -279,7 +279,7 @@ rewrite_xmap_apply( } val->bv_len = l; } else -#endif /* HAVE_PW_GECOS */ +#endif /* HAVE_STRUCT_PASSWD_PW_GECOS */ { val->bv_val = strdup( key->bv_val ); val->bv_len = key->bv_len;