summaryrefslogtreecommitdiffstats
path: root/pw/pw_vpw.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-07-30 01:10:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-07-30 01:10:05 +0000
commit12fdc6f764afc6d80bb949313c1dcb6739c909fb (patch)
treed458a4f9afe95793964e4c55635239a20bb8b038 /pw/pw_vpw.c
parentae4f3b0a81875867702cade7ba2f5920d92ee481 (diff)
downloadpw-darwin-12fdc6f764afc6d80bb949313c1dcb6739c909fb.tar.gz
pw-darwin-12fdc6f764afc6d80bb949313c1dcb6739c909fb.zip
Remove usage of _WITH_GETLINE from usr.sbin
Diffstat (limited to 'pw/pw_vpw.c')
-rw-r--r--pw/pw_vpw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pw/pw_vpw.c b/pw/pw_vpw.c
index 08c8bd5..8430113 100644
--- a/pw/pw_vpw.c
+++ b/pw/pw_vpw.c
@@ -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>