diff options
Diffstat (limited to 'lib/libkse/thread/thr_accept.c')
-rw-r--r-- | lib/libkse/thread/thr_accept.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkse/thread/thr_accept.c b/lib/libkse/thread/thr_accept.c index fc60fb47492b..472fe6aeabd1 100644 --- a/lib/libkse/thread/thr_accept.c +++ b/lib/libkse/thread/thr_accept.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libkse/thread/thr_accept.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> |