diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 15:12:41 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 15:12:41 +0000 |
commit | 6b08958c64bd274652d33b6f406630fcb201cd3d (patch) | |
tree | 917f8907edc047db430fc69dab9b26a7bb9900aa /lib/libc/net/inet_ntop.c | |
parent | fda548cb83fcf40b601cfc7e728f768979b88264 (diff) | |
download | FreeBSD-src-6b08958c64bd274652d33b6f406630fcb201cd3d.zip FreeBSD-src-6b08958c64bd274652d33b6f406630fcb201cd3d.tar.gz |
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'lib/libc/net/inet_ntop.c')
-rw-r--r-- | lib/libc/net/inet_ntop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/inet_ntop.c b/lib/libc/net/inet_ntop.c index ab3e5bc..36dcb32 100644 --- a/lib/libc/net/inet_ntop.c +++ b/lib/libc/net/inet_ntop.c @@ -15,7 +15,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> |