PERFORCE change 42866 for review

Sam Leffler sam at FreeBSD.org
Thu Nov 20 19:17:15 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=42866

Change 42866 by sam at 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


More information about the p4-projects mailing list