diff options
Diffstat (limited to 'lib/libc/net/getprotoname.c')
| -rw-r--r-- | lib/libc/net/getprotoname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/getprotoname.c b/lib/libc/net/getprotoname.c index 22c57594f6db..f201c5b160b5 100644 --- a/lib/libc/net/getprotoname.c +++ b/lib/libc/net/getprotoname.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)getprotoname.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/net/getprotoname.c,v 1.7.10.3.4.1 2012/03/03 06:15:13 kensmith Exp $"); #include <errno.h> #include <netdb.h> |
