diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-04-28 11:14:10 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-04-28 12:53:50 +0200 |
commit | 283952c4a82b5a9d20932dff1f21148672d33bf4 (patch) | |
tree | 9052d4d6d332302030393e18629871a864b6ee19 /inet/rexec.c | |
parent | c99c925b8b7ce7d023943878a41ad964c5ab7a04 (diff) | |
download | glibc-283952c4a82b5a9d20932dff1f21148672d33bf4.tar glibc-283952c4a82b5a9d20932dff1f21148672d33bf4.tar.gz glibc-283952c4a82b5a9d20932dff1f21148672d33bf4.tar.bz2 glibc-283952c4a82b5a9d20932dff1f21148672d33bf4.zip |
inet: Remove SCCS keywords
Diffstat (limited to 'inet/rexec.c')
-rw-r--r-- | inet/rexec.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/inet/rexec.c b/inet/rexec.c index 4e6d48d6b8..24ac4b11b6 100644 --- a/inet/rexec.c +++ b/inet/rexec.c @@ -27,10 +27,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)rexec.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/types.h> #include <sys/socket.h> |