diff options
Diffstat (limited to 'lib/libc/sys/fcntl.c')
-rw-r--r-- | lib/libc/sys/fcntl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/fcntl.c b/lib/libc/sys/fcntl.c index e89fa5ac886b4..97f208227afff 100644 --- a/lib/libc/sys/fcntl.c +++ b/lib/libc/sys/fcntl.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/sys/fcntl.c,v 1.1.4.2.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <fcntl.h> #include <stdarg.h> |