summaryrefslogtreecommitdiff
path: root/usr.sbin/chroot
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-05-03 21:06:42 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-05-03 21:06:42 +0000
commitb728350ee67c01f96c3c5121774536fee81ad176 (patch)
treef908d178ab0f2ab51334f4e63465f30c284a3a41 /usr.sbin/chroot
parent6f0a94a9f184c3f2ffef1ee177959042ed1cb2da (diff)
Notes
Diffstat (limited to 'usr.sbin/chroot')
-rw-r--r--usr.sbin/chroot/chroot.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/chroot/chroot.c b/usr.sbin/chroot/chroot.c
index 9c23eb67e91d..721ef51f9d52 100644
--- a/usr.sbin/chroot/chroot.c
+++ b/usr.sbin/chroot/chroot.c
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1988, 1993\n\
@@ -38,12 +39,11 @@ static const char copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char sccsid[] = "@(#)chroot.c 8.1 (Berkeley) 6/9/93";
-#endif
-static const char rcsid[] =
- "$FreeBSD$";
#endif /* not lint */
+#endif
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <sys/types.h>