Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern include <sys/dirent.h> to make MAXNAMLEN visible.



details:   https://anonhg.NetBSD.org/src/rev/93e9e1e6a896
branches:  trunk
changeset: 769948:93e9e1e6a896
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Sep 27 02:10:55 2011 +0000

description:
include <sys/dirent.h> to make MAXNAMLEN visible.

diffstat:

 sys/kern/vfs_lookup.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r f5a5c59008cc -r 93e9e1e6a896 sys/kern/vfs_lookup.c
--- a/sys/kern/vfs_lookup.c     Tue Sep 27 02:10:32 2011 +0000
+++ b/sys/kern/vfs_lookup.c     Tue Sep 27 02:10:55 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vfs_lookup.c,v 1.191 2011/09/27 01:42:45 christos Exp $        */
+/*     $NetBSD: vfs_lookup.c,v 1.192 2011/09/27 02:10:55 christos Exp $        */
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_lookup.c,v 1.191 2011/09/27 01:42:45 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_lookup.c,v 1.192 2011/09/27 02:10:55 christos Exp $");
 
 #include "opt_magiclinks.h"
 
@@ -56,6 +56,7 @@
 #include <sys/syslog.h>
 #include <sys/kauth.h>
 #include <sys/ktrace.h>
+#include <sys/dirent.h>
 
 #ifndef MAGICLINKS
 #define MAGICLINKS 0



Home | Main Index | Thread Index | Old Index