summaryrefslogtreecommitdiffstats
path: root/pw/pw_conf.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-05-09 22:08:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-05-09 22:08:30 +0000
commit2f3cb3756d908fc83cd3e754db1d6652a4cb0615 (patch)
treeffd9f800b9623bd1a94892ddc7190502e4d4aced /pw/pw_conf.c
parent9cea317d482d6e554ba9b98df718e69f37709fed (diff)
downloadpw-darwin-2f3cb3756d908fc83cd3e754db1d6652a4cb0615.tar.gz
pw-darwin-2f3cb3756d908fc83cd3e754db1d6652a4cb0615.tar.zst
pw-darwin-2f3cb3756d908fc83cd3e754db1d6652a4cb0615.zip
Remove now unused LNBUFSZ buffer size
Diffstat (limited to 'pw/pw_conf.c')
-rw-r--r--pw/pw_conf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/pw/pw_conf.c b/pw/pw_conf.c
index 4e97fd9..f17857b 100644
--- a/pw/pw_conf.c
+++ b/pw/pw_conf.c
@@ -222,9 +222,6 @@ newstr(char const * p)
return q;
}
-#define LNBUFSZ 1024
-
-
struct userconf *
read_userconfig(char const * file)
{