summaryrefslogtreecommitdiffstats
path: root/login-utils/chfn.c
diff options
context:
space:
mode:
authorSami Kerola2011-11-23 22:36:57 +0100
committerSami Kerola2011-11-29 17:58:00 +0100
commite55b7a8f2fe19966c281d6cb26e98d3835d4d591 (patch)
tree24c53caa23ca36e06e8e076cbe9fe7a1ebb63687 /login-utils/chfn.c
parentchfn, chsh: new file pamfail.h for error printing (diff)
downloadkernel-qcow2-util-linux-e55b7a8f2fe19966c281d6cb26e98d3835d4d591.tar.gz
kernel-qcow2-util-linux-e55b7a8f2fe19966c281d6cb26e98d3835d4d591.tar.xz
kernel-qcow2-util-linux-e55b7a8f2fe19966c281d6cb26e98d3835d4d591.zip
chfn, setpwnam: let config.h be in control of extensions in use
The autotools will set _GNU_SOURCE which removes necessity to have any _*_SOURCE definition in *.c files. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'login-utils/chfn.c')
-rw-r--r--login-utils/chfn.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/login-utils/chfn.c b/login-utils/chfn.c
index 7e87999d5..f3fdfa78f 100644
--- a/login-utils/chfn.c
+++ b/login-utils/chfn.c
@@ -21,8 +21,6 @@
*
*/
-#define _BSD_SOURCE /* for strcasecmp() */
-
#include <sys/types.h>
#include <stdio.h>
#include <string.h>