svn commit: r192474 - stable/7/sys/sys
Kip Macy
kmacy at FreeBSD.org
Wed May 20 20:57:41 UTC 2009
Author: kmacy
Date: Wed May 20 20:57:40 2009
New Revision: 192474
URL: http://svn.freebsd.org/changeset/base/192474
Log:
include fcntl.h to define AT_FDCWD
Modified:
stable/7/sys/sys/namei.h
Modified: stable/7/sys/sys/namei.h
==============================================================================
--- stable/7/sys/sys/namei.h Wed May 20 20:18:01 2009 (r192473)
+++ stable/7/sys/sys/namei.h Wed May 20 20:57:40 2009 (r192474)
@@ -92,6 +92,8 @@ struct nameidata {
};
#ifdef _KERNEL
+#include <sys/fcntl.h>
+
/*
* namei operations
*/
More information about the svn-src-stable
mailing list