diff options
Diffstat (limited to 'lib/libc/compat-43/creat.c')
-rw-r--r-- | lib/libc/compat-43/creat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/compat-43/creat.c b/lib/libc/compat-43/creat.c index fc3be060bf60..9d11794864ad 100644 --- a/lib/libc/compat-43/creat.c +++ b/lib/libc/compat-43/creat.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)creat.c 8.1 (Berkeley) 6/2/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/compat-43/creat.c,v 1.8.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include "namespace.h" #include <fcntl.h> |