diff options
author | alfred <alfred@FreeBSD.org> | 2002-07-11 18:31:16 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2002-07-11 18:31:16 +0000 |
commit | c40ae61c8c183033b215d5e580b876d7f4b55a89 (patch) | |
tree | 71dd463b16fbb724acc1af2cd4770e75c282f7dc /usr.sbin/chroot | |
parent | 26d377573f85cfd56e64eb2d02504fcb09dad440 (diff) | |
download | FreeBSD-src-c40ae61c8c183033b215d5e580b876d7f4b55a89.zip FreeBSD-src-c40ae61c8c183033b215d5e580b876d7f4b55a89.tar.gz |
de-__P()
Diffstat (limited to 'usr.sbin/chroot')
-rw-r--r-- | usr.sbin/chroot/chroot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/chroot/chroot.c b/usr.sbin/chroot/chroot.c index 0a3be8e..9c23eb6 100644 --- a/usr.sbin/chroot/chroot.c +++ b/usr.sbin/chroot/chroot.c @@ -54,7 +54,7 @@ static const char rcsid[] = #include <string.h> #include <unistd.h> -static void usage __P((void)); +static void usage(void); int main(argc, argv) |