Module Name:    src
Committed By:   darran
Date:           Mon Mar  1 22:20:15 UTC 2010

Modified Files:
        src/external/cddl/osnet/dist/uts/common/sys: processor.h

Log Message:
DTrace: processorid_t is defined elsewhere (pset.h), so make it a sun only
definition here.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
    src/external/cddl/osnet/dist/uts/common/sys/processor.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/cddl/osnet/dist/uts/common/sys/processor.h
diff -u src/external/cddl/osnet/dist/uts/common/sys/processor.h:1.3 src/external/cddl/osnet/dist/uts/common/sys/processor.h:1.4
--- src/external/cddl/osnet/dist/uts/common/sys/processor.h:1.3	Sat Feb 27 23:43:53 2010
+++ src/external/cddl/osnet/dist/uts/common/sys/processor.h	Mon Mar  1 22:20:15 2010
@@ -54,7 +54,9 @@
 /*
  * Type for processor name (CPU number).
  */
+#if defined(sun)
 typedef	int	processorid_t;
+#endif
 typedef int	chipid_t;
 
 /*

Reply via email to