From: Neil Brown Date: Fri, 11 May 2007 02:39:01 +0000 (+1000) Subject: Remove most sccs-id tags X-Git-Tag: portmap_6.0~1 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=fde6692ca7cb4fe9ab90e0d29a67ea4c526eaf25;p=portmap.git Remove most sccs-id tags as we don't use sccs anymore. --- diff --git a/CHANGES b/CHANGES index 448475b..222fc95 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,3 @@ -@(#) CHANGES 1.2 96/07/06 23:06:17 Changes with release 5 (July 1996) diff --git a/Makefile b/Makefile index 4db2277..9e9a4b4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,3 @@ -# @(#) Makefile 1.6 96/07/06 23:06:17 #################################### ### Beginning of configurable stuff. diff --git a/from_local.c b/from_local.c index cd75e6a..da851c6 100644 --- a/from_local.c +++ b/from_local.c @@ -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. */ /* @@ -35,11 +35,6 @@ * Mountain View, California 94043 */ -#ifndef lint -static __attribute__((__used__)) char -sccsid[] = "@(#) from_local.c 1.3 96/05/31 15:52:57"; -#endif - #include #include #include diff --git a/pmap_check.c b/pmap_check.c index 7465913..84f2c12 100644 --- a/pmap_check.c +++ b/pmap_check.c @@ -32,10 +32,6 @@ * 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 #include diff --git a/pmap_check.h b/pmap_check.h index abc30d6..bc21dfd 100644 --- a/pmap_check.h +++ b/pmap_check.h @@ -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); diff --git a/pmap_dump.c b/pmap_dump.c index 547b78a..333f41d 100644 --- a/pmap_dump.c +++ b/pmap_dump.c @@ -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 #include #ifdef SYSV40 diff --git a/pmap_set.c b/pmap_set.c index c59a11d..017a359 100644 --- a/pmap_set.c +++ b/pmap_set.c @@ -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 #include #ifdef SYSV40 diff --git a/portmap.c b/portmap.c index d1dd8c2..7ad4734 100644 --- 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";