PERFORCE change 110924 for review

John Birrell jb at FreeBSD.org
Sat Dec 2 18:53:04 PST 2006


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

Change 110924 by jb at jb_freebsd8 on 2006/12/03 02:53:00

	Add Solaris compatibility definitions.

Affected files ...

.. //depot/projects/dtrace/src/sys/sys/fcntl.h#5 edit

Differences ...

==== //depot/projects/dtrace/src/sys/sys/fcntl.h#5 (text+ko) ====

@@ -223,6 +223,15 @@
 #if __BSD_VISIBLE
 int	flock(int, int);
 #endif
+
+/*
+ * Solaris compatibility definitions.
+ */
+#ifdef _SOLARIS_C_SOURCE
+
+#define	open64	open
+
+#endif
 __END_DECLS
 #endif
 


More information about the p4-projects mailing list