PERFORCE change 132442 for review

John Birrell jb at FreeBSD.org
Thu Jan 3 15:36:33 PST 2008


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

Change 132442 by jb at jb_freebsd1 on 2008/01/03 23:35:43

	Map a couple of sysconf definitions to something which resembles them.

Affected files ...

.. //depot/projects/dtrace/src/contrib/opensolaris/lib/libdtrace/common/dtrace.h#7 edit

Differences ...

==== //depot/projects/dtrace/src/contrib/opensolaris/lib/libdtrace/common/dtrace.h#7 (text) ====

@@ -572,4 +572,9 @@
 }
 #endif
 
+#if !defined(sun)
+#define _SC_CPUID_MAX		_SC_NPROCESSORS_CONF
+#define _SC_NPROCESSORS_MAX	_SC_NPROCESSORS_CONF
+#endif
+
 #endif	/* _DTRACE_H */


More information about the p4-projects mailing list