summaryrefslogtreecommitdiff
path: root/usr.sbin/portmap
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-01-17 16:07:28 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-01-17 16:07:28 +0000
commit52a1df07ed4d0702671a54ce13be73338c9af732 (patch)
tree964a808a327e10d97f820024e791ef4ea0210d94 /usr.sbin/portmap
parente2a74a0fbfcc70fc79c69cf7f1288d53fd0e855a (diff)
OpenBSD tags
Diffstat (limited to 'usr.sbin/portmap')
-rw-r--r--usr.sbin/portmap/portmap.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.sbin/portmap/portmap.c b/usr.sbin/portmap/portmap.c
index f5621c236a9..4ed3226a2fc 100644
--- a/usr.sbin/portmap/portmap.c
+++ b/usr.sbin/portmap/portmap.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: portmap.c,v 1.13 1997/01/17 16:07:27 millert Exp $ */
+
/*-
* Copyright (c) 1996 Theo de Raadt (OpenBSD). All rights reserved.
* Copyright (c) 1990 The Regents of the University of California.
@@ -39,8 +41,11 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
-/*static char sccsid[] = "from: @(#)portmap.c 5.4 (Berkeley) 4/19/91";*/
-static char rcsid[] = "$Id: portmap.c,v 1.12 1997/01/15 23:44:12 millert Exp $";
+#if 0
+static char sccsid[] = "from: @(#)portmap.c 5.4 (Berkeley) 4/19/91";
+#else
+static char rcsid[] = "$OpenBSD: portmap.c,v 1.13 1997/01/17 16:07:27 millert Exp $";
+#endif
#endif /* not lint */
/*