Module Name: src
Committed By: cegger
Date: Mon Jan 16 10:36:16 UTC 2012
Modified Files:
src/sys/sys: cpuio.h
Log Message:
include limits.h for PATH_MAX. Reported by njoly@.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/sys/cpuio.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/cpuio.h
diff -u src/sys/sys/cpuio.h:1.6 src/sys/sys/cpuio.h:1.7
--- src/sys/sys/cpuio.h:1.6 Fri Jan 13 16:05:16 2012
+++ src/sys/sys/cpuio.h Mon Jan 16 10:36:16 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: cpuio.h,v 1.6 2012/01/13 16:05:16 cegger Exp $ */
+/* $NetBSD: cpuio.h,v 1.7 2012/01/16 10:36:16 cegger Exp $ */
/*-
* Copyright (c) 2007, 2009, 2012 The NetBSD Foundation, Inc.
@@ -37,6 +37,7 @@
#include <sys/ioccom.h>
#ifndef _KERNEL
+#include <limits.h>
#include <stdbool.h>
#endif