diff options
Diffstat (limited to 'lib/libc/compat-43/creat.c')
-rw-r--r-- | lib/libc/compat-43/creat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/compat-43/creat.c b/lib/libc/compat-43/creat.c index 71d792568a5..e2465628673 100644 --- a/lib/libc/compat-43/creat.c +++ b/lib/libc/compat-43/creat.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)creat.c 5.3 (Berkeley) 2/24/91";*/ -static char *rcsid = "$Id: creat.c,v 1.1 1995/10/18 08:41:46 deraadt Exp $"; +static char *rcsid = "$OpenBSD: creat.c,v 1.2 1996/08/19 08:19:18 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <fcntl.h> |