aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/chroot
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-07-11 18:31:16 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-07-11 18:31:16 +0000
commitd89167b4ea3fc14eaa1fb11a9d08b3381653f36e (patch)
tree71dd463b16fbb724acc1af2cd4770e75c282f7dc /usr.sbin/chroot
parent729cce84031c71e3d4a4c2b8245b22c6723fc85c (diff)
Notes
Diffstat (limited to 'usr.sbin/chroot')
-rw-r--r--usr.sbin/chroot/chroot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/chroot/chroot.c b/usr.sbin/chroot/chroot.c
index 0a3be8ef3d23..9c23eb67e91d 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)