Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2003 19:17:14 -0800 (PST)
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 42866 for review
Message-ID:  <200311210317.hAL3HEtu033275@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=42866

Change 42866 by sam@sam_ebb on 2003/11/20 19:17:06

	add null definitions for __KERNEL_RCSID to simplify
	import/sharing of netbsd code

Affected files ...

.. //depot/projects/netperf/sys/sys/cdefs.h#5 edit

Differences ...

==== //depot/projects/netperf/sys/sys/cdefs.h#5 (text+ko) ====

@@ -334,6 +334,11 @@
 #endif
 #endif
 
+/* null out NetBSD-style ID's to ease code sharing */
+#ifndef __KERNEL_RCSID
+#define	__KERNEL_RCSID(v,s)
+#endif
+
 #ifndef	__DECONST
 #define	__DECONST(type, var)	((type)(uintptr_t)(const void *)(var))
 #endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311210317.hAL3HEtu033275>