diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-04-26 08:50:14 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-04-26 08:50:14 +0000 |
commit | d620d3348b36080e810eec3a66460a6bfe0b69eb (patch) | |
tree | 2c45b2ddf5368ca53f585fe3a2ce88b05db5e21b /lib/libc/sys/truncate.c | |
parent | 2da2a17c979608b2e94138a896554645c21d6369 (diff) |
Use SYSLIBC_SCCS; these are syscalls
Diffstat (limited to 'lib/libc/sys/truncate.c')
-rw-r--r-- | lib/libc/sys/truncate.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/truncate.c b/lib/libc/sys/truncate.c index 7315b9ef7e7..cf3f2970bf3 100644 --- a/lib/libc/sys/truncate.c +++ b/lib/libc/sys/truncate.c @@ -31,9 +31,9 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: truncate.c,v 1.5 1996/09/15 09:31:57 tholo Exp $"; -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: truncate.c,v 1.6 1997/04/26 08:50:13 tholo Exp $"; +#endif /* SYSLIBC_SCCS and not lint */ #include <sys/types.h> #include <sys/syscall.h> |