diff options
author | 2001-01-28 19:34:26 +0000 | |
---|---|---|
committer | 2001-01-28 19:34:26 +0000 | |
commit | 5d36dfa4f50f8596c86a295eae67a351ca48ea40 (patch) | |
tree | 639fb5bab529bf530e8c6813f6a63674c3c39e3d /libexec/comsat | |
parent | remove i386 md note per Theo's request (diff) | |
download | wireguard-openbsd-5d36dfa4f50f8596c86a295eae67a351ca48ea40.tar.xz wireguard-openbsd-5d36dfa4f50f8596c86a295eae67a351ca48ea40.zip |
$OpenBSD$
Diffstat (limited to 'libexec/comsat')
-rw-r--r-- | libexec/comsat/Makefile | 3 | ||||
-rw-r--r-- | libexec/comsat/comsat.8 | 2 | ||||
-rw-r--r-- | libexec/comsat/comsat.c | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/libexec/comsat/Makefile b/libexec/comsat/Makefile index 37c7ea22b22..ad3d5a7e005 100644 --- a/libexec/comsat/Makefile +++ b/libexec/comsat/Makefile @@ -1,5 +1,4 @@ -# from: @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.1.1.1 1995/10/18 08:43:15 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2001/01/28 19:34:27 niklas Exp $ PROG= comsat MAN= comsat.8 diff --git a/libexec/comsat/comsat.8 b/libexec/comsat/comsat.8 index 99bc12fadf8..95de4c549e8 100644 --- a/libexec/comsat/comsat.8 +++ b/libexec/comsat/comsat.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: comsat.8,v 1.4 2001/01/28 19:34:27 niklas Exp $ .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -30,7 +31,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)comsat.8 8.1 (Berkeley) 6/4/93 -.\" $Id: comsat.8,v 1.3 2000/09/08 18:03:26 aaron Exp $ .\" .Dd June 4, 1993 .Dt COMSAT 8 diff --git a/libexec/comsat/comsat.c b/libexec/comsat/comsat.c index 654828607da..7310cb286e9 100644 --- a/libexec/comsat/comsat.c +++ b/libexec/comsat/comsat.c @@ -1,3 +1,5 @@ +/* $OpenBSD: comsat.c,v 1.15 2001/01/28 19:34:27 niklas Exp $ */ + /* * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. @@ -39,7 +41,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)comsat.c 8.1 (Berkeley) 6/4/93";*/ -static char rcsid[] = "$Id: comsat.c,v 1.14 2001/01/17 19:21:48 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: comsat.c,v 1.15 2001/01/28 19:34:27 niklas Exp $"; #endif /* not lint */ #include <sys/param.h> |