]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Remove usage of _WITH_GETLINE from usr.sbin
authorBaptiste Daroussin <bapt@FreeBSD.org>
Sat, 30 Jul 2016 01:10:05 +0000 (01:10 +0000)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Sat, 30 Jul 2016 01:10:05 +0000 (01:10 +0000)
pw/pw.h
pw/pw_vpw.c

diff --git a/pw/pw.h b/pw/pw.h
index 05a51c220723991176e69311e374e46c322c1aaa..592d5921556fe0c7da58b4ba4855ebc084b92c93 100644 (file)
--- a/pw/pw.h
+++ b/pw/pw.h
@@ -28,7 +28,6 @@
 
 #include <sys/stat.h>
 
-#define _WITH_GETLINE
 #include <inttypes.h>
 #include <stdio.h>
 #include <stdlib.h>
index 08c8bd5336d8c7571d92f685bcc0532291a94410..84301134c2681b59159cd6aca10e0942d765e818 100644 (file)
@@ -33,7 +33,6 @@ static const char rcsid[] =
 #include <pwd.h>
 #include <grp.h>
 #include <libutil.h>
-#define _WITH_GETLINE
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>