OpenBSD tags
authormillert <millert@openbsd.org>
Fri, 17 Jan 1997 16:07:27 +0000 (16:07 +0000)
committermillert <millert@openbsd.org>
Fri, 17 Jan 1997 16:07:27 +0000 (16:07 +0000)
usr.sbin/portmap/portmap.c

index f5621c2..4ed3226 100644 (file)
@@ -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 */
 
 /*