summaryrefslogtreecommitdiff
path: root/lib/libc/net/getservbyport.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/net/getservbyport.c')
-rw-r--r--lib/libc/net/getservbyport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/getservbyport.c b/lib/libc/net/getservbyport.c
index 33524a2756ba9..e494c16ca0def 100644
--- a/lib/libc/net/getservbyport.c
+++ b/lib/libc/net/getservbyport.c
@@ -35,7 +35,7 @@
static char sccsid[] = "@(#)getservbyport.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/getservbyport.c,v 1.4.8.1 2005/05/16 16:29:04 ume Exp $");
#include <netdb.h>
#include <string.h>