diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-17 19:42:41 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-17 19:42:41 +0000 |
commit | d522f6eb0324008023fed0be4d046f3fc51b0356 (patch) | |
tree | 9ecf8345e3c3ff77a81ef2a20d84c6497533e804 /sbin/newlfs | |
parent | 1b433a7e5b43fe0dec72e100525e31299629c117 (diff) |
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
Diffstat (limited to 'sbin/newlfs')
-rw-r--r-- | sbin/newlfs/extern.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/newlfs/extern.h b/sbin/newlfs/extern.h index b0f100b080b..553448d4701 100644 --- a/sbin/newlfs/extern.h +++ b/sbin/newlfs/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.4 2002/02/16 21:27:37 millert Exp $ */ +/* $OpenBSD: extern.h,v 1.5 2002/02/17 19:42:28 millert Exp $ */ /* $NetBSD: extern.h,v 1.2 1995/03/18 14:58:48 cgd Exp $ */ /*- @@ -40,8 +40,8 @@ u_long cksum(void *, size_t); u_short dkcksum(struct disklabel *); void fatal(const char *fmt, ...); u_int log2(u_int); -int make_lfs __P((int, struct disklabel *, struct partition *, int, - int, int, int)); +int make_lfs(int, struct disklabel *, struct partition *, int, + int, int, int); int mkfs(struct partition *, char *, int, int); extern char *progname; |