Module Name: src
Committed By: pooka
Date: Tue Sep 10 17:58:39 UTC 2013
Modified Files:
src/lib/librumpuser: rumpuser_port.h
Log Message:
more platform-specific qualifiers
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/librumpuser/rumpuser_port.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/librumpuser/rumpuser_port.h
diff -u src/lib/librumpuser/rumpuser_port.h:1.20 src/lib/librumpuser/rumpuser_port.h:1.21
--- src/lib/librumpuser/rumpuser_port.h:1.20 Mon Jul 22 08:58:31 2013
+++ src/lib/librumpuser/rumpuser_port.h Tue Sep 10 17:58:39 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpuser_port.h,v 1.20 2013/07/22 08:58:31 pooka Exp $ */
+/* $NetBSD: rumpuser_port.h,v 1.21 2013/09/10 17:58:39 pooka Exp $ */
/*
* Portability header for non-NetBSD platforms.
@@ -27,6 +27,11 @@
#define PLATFORM_HAS_NBSYSCTL
#define PLATFORM_HAS_NBFILEHANDLE
+#define PLATFORM_HAS_DISKLABEL
+#define PLATFORM_HAS_NBMODULES
+#define PLATFORM_HAS_STRSUFTOLL
+#define PLATFORM_HAS_SETGETPROGNAME
+
#if __NetBSD_Prereq__(5,99,48)
#define PLATFORM_HAS_NBQUOTA
#endif