diff options
author | 1996-09-21 18:24:56 +0000 | |
---|---|---|
committer | 1996-09-21 18:24:56 +0000 | |
commit | 031d9833168d3604378dd02c32abb996f1fb99e9 (patch) | |
tree | 2df290f8c19ba74495574c58e53ca9e2ef8c4f6e | |
parent | Replace $Id with $OpenBSD. -moj (diff) | |
download | wireguard-openbsd-031d9833168d3604378dd02c32abb996f1fb99e9.tar.xz wireguard-openbsd-031d9833168d3604378dd02c32abb996f1fb99e9.zip |
Replace $Id with $OpenBSD. -moj
-rw-r--r-- | usr.sbin/mopd/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/mopd/Makefile.inc | 2 | ||||
-rw-r--r-- | usr.sbin/mopd/common/cmp.c | 3 | ||||
-rw-r--r-- | usr.sbin/mopd/common/cmp.h | 4 |
4 files changed, 7 insertions, 4 deletions
diff --git a/usr.sbin/mopd/Makefile b/usr.sbin/mopd/Makefile index b7e6ff7f2d9..a225ca6cd20 100644 --- a/usr.sbin/mopd/Makefile +++ b/usr.sbin/mopd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1996/09/21 13:49:15 maja Exp $ +# $OpenBSD: Makefile,v 1.2 1996/09/21 18:24:56 maja Exp $ SUBDIR= mopd mopprobe moptrace mopchk mopa.out diff --git a/usr.sbin/mopd/Makefile.inc b/usr.sbin/mopd/Makefile.inc index 0bdf800d50a..3ca80b01179 100644 --- a/usr.sbin/mopd/Makefile.inc +++ b/usr.sbin/mopd/Makefile.inc @@ -1,4 +1,4 @@ # from: @(#)Makefile.inc 5.1 (Berkeley) 5/11/90 -# $Id: Makefile.inc,v 1.1.1.1 1996/09/21 13:49:16 maja Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1996/09/21 18:24:57 maja Exp $ BINDIR?= /usr/sbin diff --git a/usr.sbin/mopd/common/cmp.c b/usr.sbin/mopd/common/cmp.c index d1575b3b66a..a01ab3e1dff 100644 --- a/usr.sbin/mopd/common/cmp.c +++ b/usr.sbin/mopd/common/cmp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cmp.c,v 1.2 1996/09/21 18:24:59 maja Exp $ */ /* * Copyright (c) 1993-95 Mats O Jansson. All rights reserved. * @@ -28,7 +29,7 @@ */ #ifndef LINT -static char rcsid[] = "$Id: cmp.c,v 1.1.1.1 1996/09/21 13:49:16 maja Exp $"; +static char rcsid[] = "$OpenBSD: cmp.c,v 1.2 1996/09/21 18:24:59 maja Exp $"; #endif #include "os.h" diff --git a/usr.sbin/mopd/common/cmp.h b/usr.sbin/mopd/common/cmp.h index e75e0d7daea..b5dee941f94 100644 --- a/usr.sbin/mopd/common/cmp.h +++ b/usr.sbin/mopd/common/cmp.h @@ -1,3 +1,5 @@ +/* $OpenBSD: cmp.h,v 1.2 1996/09/21 18:25:00 maja Exp $ */ + /* * Copyright (c) 1993-95 Mats O Jansson. All rights reserved. * @@ -26,7 +28,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cmp.h,v 1.1.1.1 1996/09/21 13:49:16 maja Exp $ + * $OpenBSD: cmp.h,v 1.2 1996/09/21 18:25:00 maja Exp $ * */ |