PERFORCE change 100260 for review

Kip Macy kmacy at FreeBSD.org
Thu Jun 29 05:18:01 UTC 2006


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

Change 100260 by kmacy at kmacy_storage:sun4v_work_stable on 2006/06/29 05:17:30

	compile fix

Affected files ...

.. //depot/projects/kmacy_sun4v_stable/src/sys/sys/file.h#2 edit

Differences ...

==== //depot/projects/kmacy_sun4v_stable/src/sys/sys/file.h#2 (text+ko) ====

@@ -92,6 +92,7 @@
 
 #define DFLAG_PASSABLE	0x01	/* may be passed via unix sockets. */
 #define DFLAG_SEEKABLE	0x02	/* seekable / nonsequential */
+#define DFLAG_MPSAFE    0x04    /* These fileops are MPSAFE */
 
 /*
  * Kernel descriptor table.


More information about the p4-projects mailing list