summaryrefslogtreecommitdiffstats
path: root/usr.sbin/chroot/chroot.c
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2000-08-17 15:28:36 +0000
committermickey <mickey@openbsd.org>2000-08-17 15:28:36 +0000
commitf23c3dec41bf231c3bdce0fa2a6d2ae47bc686db (patch)
treed996a38068ac5e4fa6eed06e30ccd5345e08d74d /usr.sbin/chroot/chroot.c
parentUse an MRU of 1504 in the MP examples to allow room for the MP header (diff)
downloadwireguard-openbsd-f23c3dec41bf231c3bdce0fa2a6d2ae47bc686db.tar.xz
wireguard-openbsd-f23c3dec41bf231c3bdce0fa2a6d2ae47bc686db.zip
openbsd rcsdids
Diffstat (limited to 'usr.sbin/chroot/chroot.c')
-rw-r--r--usr.sbin/chroot/chroot.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/chroot/chroot.c b/usr.sbin/chroot/chroot.c
index cd9925f09bc..3c82b505411 100644
--- a/usr.sbin/chroot/chroot.c
+++ b/usr.sbin/chroot/chroot.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: chroot.c,v 1.3 2000/08/17 15:28:36 mickey Exp $ */
+
/*
* Copyright (c) 1988 The Regents of the University of California.
* All rights reserved.
@@ -39,7 +41,7 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)chroot.c 5.8 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: chroot.c,v 1.2 1996/08/29 03:32:50 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: chroot.c,v 1.3 2000/08/17 15:28:36 mickey Exp $";
#endif /* not lint */
#include <stdio.h>