Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2009 18:09:11 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 162732 for review
Message-ID:  <200905251809.n4PI9Bjl000631@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 162732 by trasz@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 */
 


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905251809.n4PI9Bjl000631>