diff options
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> |