summaryrefslogtreecommitdiffstats
path: root/pw/pw.h
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-22 21:07:56 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-22 21:07:56 +0000
commit2c05e29ec5c606201861c68f5117637e10c7e9fc (patch)
tree6da580ca66efa967b615a95e153eb6a0d6cb0820 /pw/pw.h
parent684277944b55a49597784125470fe239ebade2d8 (diff)
downloadpw-darwin-2c05e29ec5c606201861c68f5117637e10c7e9fc.tar.gz
pw-darwin-2c05e29ec5c606201861c68f5117637e10c7e9fc.tar.zst
pw-darwin-2c05e29ec5c606201861c68f5117637e10c7e9fc.zip
Simplify reading pw.conf(5) by using getline(3)
Diffstat (limited to 'pw/pw.h')
-rw-r--r--pw/pw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pw/pw.h b/pw/pw.h
index 1ff69a6..a1ed0c4 100644
--- a/pw/pw.h
+++ b/pw/pw.h
@@ -26,6 +26,7 @@
* $FreeBSD$
*/
+#define _WITH_GETLINE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>