summaryrefslogtreecommitdiff
path: root/usr.sbin/chroot
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-03-09 13:52:39 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-03-09 13:52:39 +0000
commitcb577245cbbdbd4aa8a89b0d040ffe10ef48b323 (patch)
treec978c02f0edb13dd83b69810c21d4fef9bbd57f1 /usr.sbin/chroot
parente4591b2fa950e82b927751596b3a6712ac0349d4 (diff)
Notes
Diffstat (limited to 'usr.sbin/chroot')
-rw-r--r--usr.sbin/chroot/chroot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/chroot/chroot.c b/usr.sbin/chroot/chroot.c
index 56f192700168..d250e445eaa0 100644
--- a/usr.sbin/chroot/chroot.c
+++ b/usr.sbin/chroot/chroot.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)chroot.c 8.1 (Berkeley) 6/9/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: chroot.c,v 1.1.1.1.8.2 1997/09/16 06:46:12 charnier Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -64,7 +64,7 @@ main(argc, argv)
int ch;
char *shell;
- while ((ch = getopt(argc, argv, "")) != -1)
+ while ((ch = getopt(argc, argv, "")) != -1)
switch(ch) {
case '?':
default: