about summary refs log tree commit diff
path: root/gshadow/getsgnam_r.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2009-05-10 18:50:01 +0000
committerJakub Jelinek <jakub@redhat.com>2009-05-10 18:50:01 +0000
commit4595c33e21c4daf4ca998e4c5d3071313cde2b98 (patch)
treec9a1b69749ff41f8c6eec0d9c31b163418896218 /gshadow/getsgnam_r.c
parentd79f04c30e590609c55ef553e3522880f28bf379 (diff)
downloadglibc-cvs/fedora-branch.tar.gz
glibc-cvs/fedora-branch.tar.xz
glibc-cvs/fedora-branch.zip
Updated to fedora-glibc-20090510T1842 cvs/fedora-glibc-2_10_1-1 cvs/fedora-branch
Diffstat (limited to 'gshadow/getsgnam_r.c')
-rw-r--r--gshadow/getsgnam_r.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gshadow/getsgnam_r.c b/gshadow/getsgnam_r.c
index c89fb06bfa..a9ab764675 100644
--- a/gshadow/getsgnam_r.c
+++ b/gshadow/getsgnam_r.c
@@ -26,5 +26,6 @@
 #define ADD_PARAMS		const char *name
 #define ADD_VARIABLES		name
 #define BUFLEN			1024
+#define NO_COMPAT_NEEDED	1
 
 #include "../nss/getXXbyYY_r.c"