check LIBC_SCCS
This commit is contained in:
parent
a5d0cbc5e5
commit
a5e4741a2f
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ftime.c,v 1.10 2000/06/14 17:25:11 cgd Exp $ */
|
||||
/* $NetBSD: ftime.c,v 1.11 2000/09/14 01:24:31 msaitoh Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994 Christopher G. Demetriou
|
||||
@ -35,9 +35,9 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: ftime.c,v 1.10 2000/06/14 17:25:11 cgd Exp $");
|
||||
#endif /* not lint */
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: ftime.c,v 1.11 2000/09/14 01:24:31 msaitoh Exp $");
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: gtty.c,v 1.6 2000/06/14 17:25:12 cgd Exp $ */
|
||||
/* $NetBSD: gtty.c,v 1.7 2000/09/14 01:24:31 msaitoh Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994 Christopher G. Demetriou
|
||||
@ -35,9 +35,9 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: gtty.c,v 1.6 2000/06/14 17:25:12 cgd Exp $");
|
||||
#endif /* not lint */
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: gtty.c,v 1.7 2000/09/14 01:24:31 msaitoh Exp $");
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: stty.c,v 1.6 2000/06/14 17:25:13 cgd Exp $ */
|
||||
/* $NetBSD: stty.c,v 1.7 2000/09/14 01:24:32 msaitoh Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994 Christopher G. Demetriou
|
||||
@ -35,9 +35,9 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: stty.c,v 1.6 2000/06/14 17:25:13 cgd Exp $");
|
||||
#endif /* not lint */
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: stty.c,v 1.7 2000/09/14 01:24:32 msaitoh Exp $");
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ruserpass.c,v 1.7 1999/09/20 04:48:04 lukem Exp $ */
|
||||
/* $NetBSD: ruserpass.c,v 1.8 2000/09/14 01:24:32 msaitoh Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1985, 1993, 1994
|
||||
@ -34,13 +34,13 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)ruserpass.c 8.4 (Berkeley) 4/27/95";
|
||||
#else
|
||||
__RCSID("$NetBSD: ruserpass.c,v 1.7 1999/09/20 04:48:04 lukem Exp $");
|
||||
__RCSID("$NetBSD: ruserpass.c,v 1.8 2000/09/14 01:24:32 msaitoh Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: regerror.c,v 1.8 1999/09/20 04:48:04 lukem Exp $");
|
||||
#endif /* not lint */
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: regerror.c,v 1.9 2000/09/14 01:24:32 msaitoh Exp $");
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include <assert.h>
|
||||
#include <regexp.h>
|
||||
|
@ -34,9 +34,9 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: regexp.c,v 1.13 2000/07/11 06:07:25 itohy Exp $");
|
||||
#endif /* not lint */
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: regexp.c,v 1.14 2000/09/14 01:24:32 msaitoh Exp $");
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include <ctype.h>
|
||||
#include <regexp.h>
|
||||
|
@ -20,9 +20,9 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: regsub.c,v 1.8 1999/05/06 17:09:31 christos Exp $");
|
||||
#endif /* not lint */
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: regsub.c,v 1.9 2000/09/14 01:24:32 msaitoh Exp $");
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include <regexp.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user