Module Name: src
Committed By: christos
Date: Thu May 11 18:44:50 UTC 2017
Modified Files:
src/lib/librumpclient: rumpclient.h
Log Message:
make it the same as rump.h
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/librumpclient/rumpclient.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/librumpclient/rumpclient.h
diff -u src/lib/librumpclient/rumpclient.h:1.16 src/lib/librumpclient/rumpclient.h:1.17
--- src/lib/librumpclient/rumpclient.h:1.16 Thu May 11 13:47:22 2017
+++ src/lib/librumpclient/rumpclient.h Thu May 11 14:44:50 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpclient.h,v 1.16 2017/05/11 17:47:22 christos Exp $ */
+/* $NetBSD: rumpclient.h,v 1.17 2017/05/11 18:44:50 christos Exp $ */
/*-
* Copyright (c) 2010 Antti Kantee. All Rights Reserved.
@@ -39,8 +39,11 @@
#endif /* !__returns_twice */
#if !defined(RUMP_REGISTER_T)
-#define RUMP_REGISTER_T long
+# define RUMP_REGISTER_T long
+# if !defined(_KERNEL) && !defined(_KMEMUSER) && \
+ !defined(_KERNTYPES) && !defined(_STANDALONE)
typedef RUMP_REGISTER_T register_t;
+# endif
#endif
struct rumpclient_fork;