diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 21:07:56 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 21:07:56 +0000 |
| commit | ada4ded218239677fd4d3378d71bc8f378e000f1 (patch) | |
| tree | 202333b14f641a3f8a162ab015482fd8d6f3840b /pw/pw.h | |
| parent | e6492afede9f8b4ea72e5f914d52ca1caf8d65b6 (diff) | |
| download | pw-darwin-ada4ded218239677fd4d3378d71bc8f378e000f1.tar.gz pw-darwin-ada4ded218239677fd4d3378d71bc8f378e000f1.zip | |
Simplify reading pw.conf(5) by using getline(3)
Diffstat (limited to 'pw/pw.h')
| -rw-r--r-- | pw/pw.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ * $FreeBSD$ */ +#define _WITH_GETLINE #include <stdio.h> #include <stdlib.h> #include <string.h> |
