]> git.neil.brown.name Git - portmap.git/commitdiff
Remove most sccs-id tags
authorNeil Brown <neilb@suse.de>
Fri, 11 May 2007 02:39:01 +0000 (12:39 +1000)
committerNeil Brown <neilb@suse.de>
Fri, 11 May 2007 02:39:01 +0000 (12:39 +1000)
as we don't use sccs anymore.

CHANGES
Makefile
from_local.c
pmap_check.c
pmap_check.h
pmap_dump.c
pmap_set.c
portmap.c

diff --git a/CHANGES b/CHANGES
index 448475bf138af6a1725a3874d9f8bee5e7b2a279..222fc9592251614c281649e9a51b7ef430c93a94 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,3 @@
-@(#) CHANGES 1.2 96/07/06 23:06:17
 
 Changes with release 5 (July 1996)
 
index 4db2277d68f8fb5caf8191a509acdfd9d8b2cf7a..9e9a4b41117c61c5a2c6a1588ae59871ad183a75 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,3 @@
-# @(#) Makefile 1.6 96/07/06 23:06:17
 
 ####################################
 ### Beginning of configurable stuff.
index cd75e6a465d9b353cbda54a114794223e19b5a66..da851c687820889f59448b877ede6e1218cb1299 100644 (file)
@@ -1,8 +1,8 @@
  /*
   * Check if an address belongs to the local system. Adapted from:
   * 
-  * @(#)pmap_svc.c 1.32 91/03/11 Copyright 1984,1990 Sun Microsystems, Inc.
-  * @(#)get_myaddress.c  2.1 88/07/29 4.0 RPCSRC.
+  * pmap_svc.c 1.32 91/03/11 Copyright 1984,1990 Sun Microsystems, Inc.
+  * get_myaddress.c  2.1 88/07/29 4.0 RPCSRC.
   */
 
 /*
  * Mountain View, California  94043
  */
 
-#ifndef lint
-static __attribute__((__used__)) char
-sccsid[] = "@(#) from_local.c 1.3 96/05/31 15:52:57";
-#endif
-
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <stdio.h>
index 7465913aacaf102328af93f9f4760c466311b8f8..84f2c12bc3d057081eb2bee6f5be1f00e74e7f5e 100644 (file)
   * Computing Science, Eindhoven University of Technology, The Netherlands.
   */
 
-#ifndef lint
-static __attribute__((__used__)) char
-sccsid[] = "@(#) pmap_check.c 1.8 96/07/07 10:49:10";
-#endif
 
 #include <sys/types.h>
 #include <unistd.h>
index abc30d685332de6b840933a4ce990a308c8339d7..bc21dfdff3dc0da97b6e3afed780f255ca19ec04 100644 (file)
@@ -1,4 +1,4 @@
-/* @(#) pmap_check.h 1.4 96/07/06 23:06:22 */
+/* pmap_check.h */
 
 extern int from_local(struct sockaddr_in *addr);
 extern void check_startup(void);
index 547b78ac58d3c81dc4ade17853440dc8a173fc88..333f41d3e9312d25772820b737fc3e6d8dae3f6b 100644 (file)
@@ -5,11 +5,6 @@
   * Computing Science, Eindhoven University of Technology, The Netherlands.
   */
 
-#ifndef lint
-static __attribute__((__used__)) char
-sccsid[] = "@(#) pmap_dump.c 1.1 92/06/11 22:53:15";
-#endif
-
 #include <stdio.h>
 #include <sys/types.h>
 #ifdef SYSV40
index c59a11d2d78f492ea614e6ce167381d711cb358b..017a3593690b8c7e42432a7da99a9dc88e0ef54b 100644 (file)
@@ -5,11 +5,6 @@
   * Computing Science, Eindhoven University of Technology, The Netherlands.
   */
 
-#ifndef lint
-static __attribute__((__used__)) char
-sccsid[] = "@(#) pmap_set.c 1.2 96/07/06 23:06:23";
-#endif
-
 #include <stdio.h>
 #include <sys/types.h>
 #ifdef SYSV40
index d1dd8c2055b055467365929c0e0b97519cd9d06b..7ad473474db41d3f7cc59a97a4afb5df6e49622f 100644 (file)
--- a/portmap.c
+++ b/portmap.c
@@ -37,11 +37,6 @@ char copyright[] =
  All rights reserved.\n";
 #endif /* not lint */
 
-#ifndef lint
-static __attribute__((__used__)) char
-sccsid[] = "@(#) portmap.c 1.6 96/07/06 23:06:23";
-#endif /* not lint */
-
 /*
 @(#)portmap.c  2.3 88/08/11 4.0 RPCSRC
 static char sccsid[] = "@(#)portmap.c 1.32 87/08/06 Copyr 1984 Sun Micro";