From 3a6a66e5e2bbd548265e92e9d69ff4c369be2e12 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 10 May 2009 18:32:12 +0000 Subject: [PATCH] Define NO_COMPAT_NEEDED. --- gshadow/getsgent_r.c | 1 + gshadow/getsgnam_r.c | 1 + 2 files changed, 2 insertions(+) diff --git a/gshadow/getsgent_r.c b/gshadow/getsgent_r.c index 336110ec89..9feea9f047 100644 --- a/gshadow/getsgent_r.c +++ b/gshadow/getsgent_r.c @@ -26,5 +26,6 @@ #define ENDFUNC_NAME endsgent #define DATABASE_NAME gshadow #define BUFLEN 1024 +#define NO_COMPAT_NEEDED 1 #include "../nss/getXXent_r.c" 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" -- 2.11.4.GIT