Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2009 20:57:40 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r192474 - stable/7/sys/sys
Message-ID:  <200905202057.n4KKvex0043466@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  */



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