Source-Changes-HG archive

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

[src/trunk]: src/lib/librumpuser more platform-specific qualifiers



details:   https://anonhg.NetBSD.org/src/rev/d4c810831d37
branches:  trunk
changeset: 789853:d4c810831d37
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Sep 10 17:58:39 2013 +0000

description:
more platform-specific qualifiers

diffstat:

 lib/librumpuser/rumpuser_port.h |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r c5295bfd2d12 -r d4c810831d37 lib/librumpuser/rumpuser_port.h
--- a/lib/librumpuser/rumpuser_port.h   Tue Sep 10 17:42:02 2013 +0000
+++ b/lib/librumpuser/rumpuser_port.h   Tue Sep 10 17:58:39 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index