Port-macppc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

__KERNEL_RCSID on header files



Hi,

The GENERIC kernel for macppc seems to contain some header files with
__KERNEL_RCSID(), which causes some RCSID's to appear repeated times
when doing "ident /netbsd".

For example "intr.h" appears a lot:
$ ident netbsd
[...]
     $NetBSD: intr.h,v 1.4 2008/04/29 06:53:02 martin Exp $
     $NetBSD: if_atw_cardbus.c,v 1.24 2008/07/09 20:07:19 joerg Exp $
     $NetBSD: intr.h,v 1.4 2008/04/29 06:53:02 martin Exp $
     $NetBSD: if_rtw_cardbus.c,v 1.27 2008/06/24 19:44:52 drochner Exp $
     $NetBSD: intr.h,v 1.4 2008/04/29 06:53:02 martin Exp $
     $NetBSD: if_ral_cardbus.c,v 1.13 2008/06/24 19:44:52 drochner Exp $
     $NetBSD: intr.h,v 1.4 2008/04/29 06:53:02 martin Exp $
     $NetBSD: if_tlp_cardbus.c,v 1.59 2008/06/24 19:44:52 drochner Exp $
[...]


$ ident netbsd | grep intr | wc -l
     964

The complete list seems to be this:
$ ident netbsd | grep '\.h' | sort | uniq
     $NetBSD: adbvar.h,v 1.2 2008/04/29 06:53:02 martin Exp $
     $NetBSD: adm1030var.h,v 1.6 2008/05/08 02:03:22 macallan Exp $
     $NetBSD: adt7467var.h,v 1.6 2008/05/08 02:03:22 macallan Exp $
     $NetBSD: batteryvar.h,v 1.2 2008/04/29 06:53:02 martin Exp $
     $NetBSD: cudavar.h,v 1.2 2008/04/29 06:53:02 martin Exp $
     $NetBSD: deqvar.h,v 1.3 2008/05/16 03:11:09 macallan Exp $
     $NetBSD: genfbvar.h,v 1.6 2008/04/29 06:53:03 martin Exp $
     $NetBSD: intr.h,v 1.4 2008/04/29 06:53:02 martin Exp $
     $NetBSD: ipivar.h,v 1.3 2008/04/28 20:23:32 martin Exp $
     $NetBSD: picvar.h,v 1.5 2008/04/29 06:53:02 martin Exp $
     $NetBSD: pmuvar.h,v 1.7 2008/04/29 06:53:02 martin Exp $


Regards,
Marco.


Home | Main Index | Thread Index | Old Index