diff options
Diffstat (limited to 'lib/libc/net/send.c')
-rw-r--r-- | lib/libc/net/send.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/send.c b/lib/libc/net/send.c index 101b0ceb45ff..22e59fa5c887 100644 --- a/lib/libc/net/send.c +++ b/lib/libc/net/send.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)send.c 8.2 (Berkeley) 2/21/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/net/send.c,v 1.4.10.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); #include "namespace.h" #include <sys/types.h> |