PERFORCE change 162732 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Mon May 25 18:09:13 UTC 2009


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

Change 162732 by trasz at trasz_victim on 2009/05/25 18:08:25

	Improve the include situation even more.

Affected files ...

.. //depot/projects/soc2008/trasz_nfs4acl/sys/cddl/contrib/opensolaris/uts/common/sys/acl.h#5 edit

Differences ...

==== //depot/projects/soc2008/trasz_nfs4acl/sys/cddl/contrib/opensolaris/uts/common/sys/acl.h#5 (text+ko) ====

@@ -37,7 +37,7 @@
  * included instead of FreeBSD one.  Pull the original sys/acl.h as well.
  */
 #undef _SYS_ACL_H
-#include "../../../../../../sys/acl.h"
+#include_next <sys/acl.h>
 #define	_SYS_ACL_H
 #endif /* _KERNEL */
 


More information about the p4-projects mailing list