use __KERNEL_RCSID() instead of __RCSID()
This commit is contained in:
parent
30bbbed8a0
commit
961afe5035
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: ucycom.c,v 1.19 2007/11/19 18:51:51 ad Exp $ */
|
||||
/* $NetBSD: ucycom.c,v 1.20 2007/12/11 12:16:34 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2005 The NetBSD Foundation, Inc.
|
||||
|
@ -45,7 +45,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__RCSID("$NetBSD: ucycom.c,v 1.19 2007/11/19 18:51:51 ad Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: ucycom.c,v 1.20 2007/12/11 12:16:34 lukem Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: sys_syscall.c,v 1.1 2007/11/09 14:50:51 dsl Exp $ */
|
||||
/* $NetBSD: sys_syscall.c,v 1.2 2007/12/11 12:16:34 lukem Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2006 The NetBSD Foundation, Inc.
|
||||
|
@ -33,7 +33,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__RCSID("$NetBSD: sys_syscall.c,v 1.1 2007/11/09 14:50:51 dsl Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: sys_syscall.c,v 1.2 2007/12/11 12:16:34 lukem Exp $");
|
||||
|
||||
#include <sys/syscall_stats.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: ufs_extattr.c,v 1.16 2007/11/26 19:02:33 pooka Exp $ */
|
||||
/* $NetBSD: ufs_extattr.c,v 1.17 2007/12/11 12:16:34 lukem Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1999-2002 Robert N. M. Watson
|
||||
|
@ -48,7 +48,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__RCSID("$NetBSD: ufs_extattr.c,v 1.16 2007/11/26 19:02:33 pooka Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: ufs_extattr.c,v 1.17 2007/12/11 12:16:34 lukem Exp $");
|
||||
|
||||
#include "opt_ffs.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue