diff options
| author | 2002-02-17 19:42:18 +0000 | |
|---|---|---|
| committer | 2002-02-17 19:42:18 +0000 | |
| commit | f3c3a9c6dfeacc6897a86575161336d2a48e6df1 (patch) | |
| tree | d14445e214d1b0db31b5a8d6f8b1f2938a91057e /usr.sbin/config/files.c | |
| parent | Document that both localhost and the local hostname needs to be able to (diff) | |
| download | wireguard-openbsd-f3c3a9c6dfeacc6897a86575161336d2a48e6df1.tar.xz wireguard-openbsd-f3c3a9c6dfeacc6897a86575161336d2a48e6df1.zip | |
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
Diffstat (limited to 'usr.sbin/config/files.c')
| -rw-r--r-- | usr.sbin/config/files.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/config/files.c b/usr.sbin/config/files.c index 4245d2fe5b9..e57cffc7a7d 100644 --- a/usr.sbin/config/files.c +++ b/usr.sbin/config/files.c @@ -1,4 +1,4 @@ -/* $OpenBSD: files.c,v 1.9 2002/02/16 21:28:01 millert Exp $ */ +/* $OpenBSD: files.c,v 1.10 2002/02/17 19:42:35 millert Exp $ */ /* $NetBSD: files.c,v 1.6 1996/03/17 13:18:17 cgd Exp $ */ /* @@ -72,8 +72,8 @@ static int checkaux(const char *, void *); static int fixcount(const char *, void *); static int fixfsel(const char *, void *); static int fixsel(const char *, void *); -static int expr_eval __P((struct nvlist *, - int (*)(const char *, void *), void *)); +static int expr_eval(struct nvlist *, + int (*)(const char *, void *), void *); static void expr_free(struct nvlist *); void |
