Module Name: src
Committed By: christos
Date: Fri Jan 15 15:13:29 UTC 2016
Modified Files:
src/external/gpl2/libmalloc/dist: getpagesize.h
Log Message:
remove param.h
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/libmalloc/dist/getpagesize.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl2/libmalloc/dist/getpagesize.h
diff -u src/external/gpl2/libmalloc/dist/getpagesize.h:1.2 src/external/gpl2/libmalloc/dist/getpagesize.h:1.3
--- src/external/gpl2/libmalloc/dist/getpagesize.h:1.2 Wed Jan 13 16:56:38 2016
+++ src/external/gpl2/libmalloc/dist/getpagesize.h Fri Jan 15 10:13:28 2016
@@ -1,5 +1,4 @@
-#include <sys/param.h>
-/* $NetBSD: getpagesize.h,v 1.2 2016/01/13 21:56:38 christos Exp $ */
+/* $NetBSD: getpagesize.h,v 1.3 2016/01/15 15:13:28 christos Exp $ */
/* Emulate getpagesize on systems that lack it. */