use <sys/cdefs.h> __RCSID macro

This commit is contained in:
mikel 1997-07-17 05:44:32 +00:00
parent 92723b6027
commit c27996f625
3 changed files with 20 additions and 7 deletions

View File

@ -1,4 +1,5 @@
/* $NetBSD: lpdchar.c,v 1.4 1995/11/15 22:49:55 pk Exp $ */
/* $NetBSD: lpdchar.c,v 1.5 1997/07/17 05:44:32 mikel Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@ -32,8 +33,13 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)lpdchar.c 8.1 (Berkeley) 6/6/93";
#else
__RCSID("$NetBSD: lpdchar.c,v 1.5 1997/07/17 05:44:32 mikel Exp $");
#endif
#endif /* not lint */
/*

View File

@ -1,4 +1,4 @@
/* $NetBSD: modes.c,v 1.1 1995/10/03 15:02:45 hpeyerl Exp $ */
/* $NetBSD: modes.c,v 1.2 1997/07/17 05:44:33 mikel Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
@ -33,11 +33,12 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94";
#else
static char rcsid[] = "$NetBSD: modes.c,v 1.1 1995/10/03 15:02:45 hpeyerl Exp $";
__RCSID("$NetBSD: modes.c,v 1.2 1997/07/17 05:44:33 mikel Exp $");
#endif
#endif /* not lint */

View File

@ -1,4 +1,5 @@
/* $NetBSD: recvjob.c,v 1.7 1996/12/09 09:57:47 mrg Exp $ */
/* $NetBSD: recvjob.c,v 1.8 1997/07/17 05:44:34 mikel Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@ -33,14 +34,19 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#ifndef lint
static char copyright[] =
"@(#) Copyright (c) 1983, 1993\n\
The Regents of the University of California. All rights reserved.\n";
__COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\
The Regents of the University of California. All rights reserved.\n");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)recvjob.c 8.1 (Berkeley) 6/6/93";
#else
__RCSID("$NetBSD: recvjob.c,v 1.8 1997/07/17 05:44:34 mikel Exp $");
#endif
#endif /* not lint */
/*