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 | |
parent | 2da2a17c979608b2e94138a896554645c21d6369 (diff) |
Use SYSLIBC_SCCS; these are syscalls
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/ftruncate.c | 6 | ||||
-rw-r--r-- | lib/libc/sys/lseek.c | 6 | ||||
-rw-r--r-- | lib/libc/sys/mmap.c | 6 | ||||
-rw-r--r-- | lib/libc/sys/semctl.c | 6 | ||||
-rw-r--r-- | lib/libc/sys/truncate.c | 6 |
5 files changed, 15 insertions, 15 deletions
diff --git a/lib/libc/sys/ftruncate.c b/lib/libc/sys/ftruncate.c index 98dad353574..108c056185d 100644 --- a/lib/libc/sys/ftruncate.c +++ b/lib/libc/sys/ftruncate.c @@ -31,9 +31,9 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: ftruncate.c,v 1.5 1996/09/15 09:31:54 tholo Exp $"; -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: ftruncate.c,v 1.6 1997/04/26 08:50:12 tholo Exp $"; +#endif /* SYSLIBC_SCCS and not lint */ #include <sys/types.h> #include <sys/syscall.h> diff --git a/lib/libc/sys/lseek.c b/lib/libc/sys/lseek.c index 7ab4675822f..62f7d581b9e 100644 --- a/lib/libc/sys/lseek.c +++ b/lib/libc/sys/lseek.c @@ -31,9 +31,9 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: lseek.c,v 1.4 1996/08/19 08:34:31 tholo Exp $"; -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: lseek.c,v 1.5 1997/04/26 08:50:12 tholo Exp $"; +#endif /* SYSLIBC_SCCS and not lint */ #include <sys/types.h> #include <sys/syscall.h> diff --git a/lib/libc/sys/mmap.c b/lib/libc/sys/mmap.c index d872a99e64a..1fde851f01e 100644 --- a/lib/libc/sys/mmap.c +++ b/lib/libc/sys/mmap.c @@ -31,9 +31,9 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: mmap.c,v 1.5 1996/09/15 09:31:55 tholo Exp $"; -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: mmap.c,v 1.6 1997/04/26 08:50:12 tholo Exp $"; +#endif /* SYSLIBC_SCCS and not lint */ #include <sys/types.h> #include <sys/mman.h> diff --git a/lib/libc/sys/semctl.c b/lib/libc/sys/semctl.c index 79d56efadff..a5529b5fbf5 100644 --- a/lib/libc/sys/semctl.c +++ b/lib/libc/sys/semctl.c @@ -29,9 +29,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: semctl.c,v 1.2 1996/08/19 08:34:33 tholo Exp $"; -#endif /* LIBC_SCCS and not lint */ +#if defined(SYSLIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: semctl.c,v 1.3 1997/04/26 08:50:13 tholo Exp $"; +#endif /* SYSLIBC_SCCS and not lint */ #include <sys/types.h> #include <sys/ipc.h> 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> |