diff options
Diffstat (limited to 'lib/librpcsvc')
-rw-r--r-- | lib/librpcsvc/rnusers.c | 2 | ||||
-rw-r--r-- | lib/librpcsvc/rstat.c | 2 | ||||
-rw-r--r-- | lib/librpcsvc/rwall.c | 2 | ||||
-rw-r--r-- | lib/librpcsvc/secretkey.c | 2 | ||||
-rw-r--r-- | lib/librpcsvc/xcrypt.c | 2 | ||||
-rw-r--r-- | lib/librpcsvc/yp_passwd.c | 2 | ||||
-rw-r--r-- | lib/librpcsvc/yp_update.c | 2 |
7 files changed, 0 insertions, 14 deletions
diff --git a/lib/librpcsvc/rnusers.c b/lib/librpcsvc/rnusers.c index 2a68de5578c5..19e8e30988a0 100644 --- a/lib/librpcsvc/rnusers.c +++ b/lib/librpcsvc/rnusers.c @@ -29,8 +29,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #if !defined(lint) && defined(SCCSIDS) static char sccsid[] = "@(#)rnusers.c 1.2 91/03/11 TIRPC 1.0; from 1.7 89/03/24 SMI"; #endif diff --git a/lib/librpcsvc/rstat.c b/lib/librpcsvc/rstat.c index c5cbe800c031..777525dfa90c 100644 --- a/lib/librpcsvc/rstat.c +++ b/lib/librpcsvc/rstat.c @@ -29,8 +29,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #if !defined(lint) && defined(SCCSIDS) static char sccsid[] = "@(#)rstat.c 1.2 91/03/11 TIRPC 1.0; from 1.6 89/03/24 SMI"; #endif diff --git a/lib/librpcsvc/rwall.c b/lib/librpcsvc/rwall.c index d53f2643a27d..7d1422a75715 100644 --- a/lib/librpcsvc/rwall.c +++ b/lib/librpcsvc/rwall.c @@ -29,8 +29,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #if !defined(lint) && defined(SCCSIDS) static char sccsid[] = "@(#)rwall.c 1.2 91/03/11 TIRPC 1.0; from 1.3 89/03/24 SMI"; #endif diff --git a/lib/librpcsvc/secretkey.c b/lib/librpcsvc/secretkey.c index 636fd89c1bba..62148d0c404c 100644 --- a/lib/librpcsvc/secretkey.c +++ b/lib/librpcsvc/secretkey.c @@ -29,8 +29,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #if !defined(lint) && defined(SCCSIDS) static char sccsid[] = "@(#)secretkey.c 1.8 91/03/11 Copyr 1986 Sun Micro"; #endif diff --git a/lib/librpcsvc/xcrypt.c b/lib/librpcsvc/xcrypt.c index 17eec49b257e..c46ed93835bd 100644 --- a/lib/librpcsvc/xcrypt.c +++ b/lib/librpcsvc/xcrypt.c @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/lib/librpcsvc/yp_passwd.c b/lib/librpcsvc/yp_passwd.c index b8d99a66ab59..8f923055ff0c 100644 --- a/lib/librpcsvc/yp_passwd.c +++ b/lib/librpcsvc/yp_passwd.c @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <stdlib.h> #include <rpc/rpc.h> #include <rpcsvc/yp_prot.h> diff --git a/lib/librpcsvc/yp_update.c b/lib/librpcsvc/yp_update.c index 081ef4f547f7..8a31b2c22d9b 100644 --- a/lib/librpcsvc/yp_update.c +++ b/lib/librpcsvc/yp_update.c @@ -39,8 +39,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <stdlib.h> #include <rpc/rpc.h> #include <rpcsvc/yp_prot.h> |