summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-01-30 21:36:57 +0000
committerobrien <obrien@FreeBSD.org>2002-01-30 21:36:57 +0000
commit816c4086cbc6cb485bed86423162d0c160ffe2bb (patch)
treedbb1be1a14e711d9f1c6cb2dd8f2e3009c976f44 /lib
parent9cecd5ae7f7c82ec6023c1055d2ba7ae479d6ef9 (diff)
downloadFreeBSD-src-816c4086cbc6cb485bed86423162d0c160ffe2bb.zip
FreeBSD-src-816c4086cbc6cb485bed86423162d0c160ffe2bb.tar.gz
Fix FreeBSD IDs.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/basename.c6
-rw-r--r--lib/libc/gen/dirname.c6
-rw-r--r--lib/libc/gen/getgrent.c6
-rw-r--r--lib/libc/gen/getpwent.c5
-rw-r--r--lib/libc/gen/getusershell.c4
5 files changed, 12 insertions, 15 deletions
diff --git a/lib/libc/gen/basename.c b/lib/libc/gen/basename.c
index 09998cf..f71627f 100644
--- a/lib/libc/gen/basename.c
+++ b/lib/libc/gen/basename.c
@@ -1,6 +1,3 @@
-/* $OpenBSD: basename.c,v 1.4 1999/05/30 17:10:30 espie Exp $ */
-/* $FreeBSD$ */
-
/*
* Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
* All rights reserved.
@@ -29,8 +26,11 @@
*/
#ifndef lint
+#if 0
static char rcsid[] = "$OpenBSD: basename.c,v 1.4 1999/05/30 17:10:30 espie Exp $";
+#endif
#endif /* not lint */
+__FBSDID("$FreeBSD$");
#include <errno.h>
#include <libgen.h>
diff --git a/lib/libc/gen/dirname.c b/lib/libc/gen/dirname.c
index 8bc9186..2ab2086 100644
--- a/lib/libc/gen/dirname.c
+++ b/lib/libc/gen/dirname.c
@@ -1,6 +1,3 @@
-/* $OpenBSD: dirname.c,v 1.4 1999/05/30 17:10:30 espie Exp $ */
-/* $FreeBSD$ */
-
/*
* Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
* All rights reserved.
@@ -29,8 +26,11 @@
*/
#ifndef lint
+#if 0
static char rcsid[] = "$OpenBSD: dirname.c,v 1.4 1999/05/30 17:10:30 espie Exp $";
+#endif
#endif /* not lint */
+__FBSDID("$FreeBSD$");
#include <errno.h>
#include <libgen.h>
diff --git a/lib/libc/gen/getgrent.c b/lib/libc/gen/getgrent.c
index 5d2a8e1..44d708c 100644
--- a/lib/libc/gen/getgrent.c
+++ b/lib/libc/gen/getgrent.c
@@ -1,5 +1,4 @@
/* $NetBSD: getgrent.c,v 1.34.2.1 1999/04/27 14:10:58 perry Exp $ */
-
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -34,11 +33,10 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] =
- "$FreeBSD$";
+static char sccsid[] = "@(#)getgrent.c 8.2 (Berkeley) 3/21/94";
#endif /* LIBC_SCCS and not lint */
+__FBSDID("$FreeBSD$");
#include <sys/types.h>
diff --git a/lib/libc/gen/getpwent.c b/lib/libc/gen/getpwent.c
index 547675f..80cd59c 100644
--- a/lib/libc/gen/getpwent.c
+++ b/lib/libc/gen/getpwent.c
@@ -34,11 +34,10 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-static const char *rcsid[] =
- "$FreeBSD$";
+static char sccsid[] = "@(#)getpwent.c 8.2 (Berkeley) 4/27/95";
#endif /* LIBC_SCCS and not lint */
+__FBSDID("$FreeBSD$");
#include "un-namespace.h"
#include <sys/param.h>
diff --git a/lib/libc/gen/getusershell.c b/lib/libc/gen/getusershell.c
index a852421..4232844 100644
--- a/lib/libc/gen/getusershell.c
+++ b/lib/libc/gen/getusershell.c
@@ -35,9 +35,9 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] =
- "$FreeBSD$";
+static char sccsid[] = "@(#)getusershell.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
+__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/file.h>
OpenPOWER on IntegriCloud