Remove $FreeBSD$: alt one-line .c pattern
Remove /^\s*__RCSID\("\$FreeBSD\$"\);\n/
This commit is contained in:
@@ -62,7 +62,6 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993\n"
|
|||||||
#ifdef __NetBSD__
|
#ifdef __NetBSD__
|
||||||
__RCSID("$NetBSD$");
|
__RCSID("$NetBSD$");
|
||||||
#elif defined(__FreeBSD__)
|
#elif defined(__FreeBSD__)
|
||||||
__RCSID("$FreeBSD$");
|
|
||||||
#else
|
#else
|
||||||
__RCSID("$Revision: 2.26 $");
|
__RCSID("$Revision: 2.26 $");
|
||||||
#ident "$Revision: 2.26 $"
|
#ident "$Revision: 2.26 $"
|
||||||
|
|||||||
@@ -34,7 +34,6 @@
|
|||||||
__COPYRIGHT(
|
__COPYRIGHT(
|
||||||
"@(#) Copyright (c) 1999\
|
"@(#) Copyright (c) 1999\
|
||||||
The NetBSD Foundation, Inc. All rights reserved.");
|
The NetBSD Foundation, Inc. All rights reserved.");
|
||||||
__RCSID("$FreeBSD$");
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|||||||
@@ -35,7 +35,6 @@
|
|||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
__RCSID("$FreeBSD$");
|
|
||||||
__RCSID("$NetBSD: lastlogin.c,v 1.4 1998/02/03 04:45:35 perry Exp $");
|
__RCSID("$NetBSD: lastlogin.c,v 1.4 1998/02/03 04:45:35 perry Exp $");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user