diff options
| author | 2000-08-17 15:28:36 +0000 | |
|---|---|---|
| committer | 2000-08-17 15:28:36 +0000 | |
| commit | f23c3dec41bf231c3bdce0fa2a6d2ae47bc686db (patch) | |
| tree | d996a38068ac5e4fa6eed06e30ccd5345e08d74d | |
| parent | Use an MRU of 1504 in the MP examples to allow room for the MP header (diff) | |
| download | wireguard-openbsd-f23c3dec41bf231c3bdce0fa2a6d2ae47bc686db.tar.xz wireguard-openbsd-f23c3dec41bf231c3bdce0fa2a6d2ae47bc686db.zip | |
openbsd rcsdids
| -rw-r--r-- | usr.sbin/chroot/chroot.8 | 4 | ||||
| -rw-r--r-- | usr.sbin/chroot/chroot.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/chroot/chroot.8 b/usr.sbin/chroot/chroot.8 index 4e59eeb66fd..061ccfa8638 100644 --- a/usr.sbin/chroot/chroot.8 +++ b/usr.sbin/chroot/chroot.8 @@ -1,3 +1,5 @@ +.\" $OpenBSD: chroot.8,v 1.4 2000/08/17 15:28:36 mickey Exp $ +.\" .\" Copyright (c) 1988, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -30,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)chroot.8 5.3 (Berkeley) 3/16/91 -.\" $Id: chroot.8,v 1.3 1999/05/23 14:11:32 aaron Exp $ +.\" $Id: chroot.8,v 1.4 2000/08/17 15:28:36 mickey Exp $ .\" .Dd March 16, 1991 .Dt CHROOT 8 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> |
