summaryrefslogtreecommitdiffstats
path: root/lib/xgetpwnam.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/xgetpwnam.c (renamed from libmisc/xgetpwnam.c)4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmisc/xgetpwnam.c b/lib/xgetpwnam.c
index 74eb972..4387e79 100644
--- a/libmisc/xgetpwnam.c
+++ b/lib/xgetpwnam.c
@@ -23,7 +23,7 @@
* Two important function classes that fall into this category are
* getpwnam(3) and syslog(3).
*
- * This file provide wrapper to the getpwnam or getpwnam_r functions.
+ * This file provides wrapper to the getpwnam or getpwnam_r functions.
*/
#include <config.h>
@@ -35,7 +35,7 @@
#define ARG_TYPE const char *
#define ARG_NAME name
#define DUP_FUNCTION __pw_dup
-#define HAVE_FUNCTION_R (defined HAVE_GETPWNAM_R)
+#define HAVE_FUNCTION_R 1
#include "xgetXXbyYY.c"