Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librumpclient Don't depend on stars in order to define t...
details: https://anonhg.NetBSD.org/src/rev/74bc9b6cf269
branches: trunk
changeset: 353549:74bc9b6cf269
user: christos <christos%NetBSD.org@localhost>
date: Thu May 11 17:47:22 2017 +0000
description:
Don't depend on stars in order to define things.
diffstat:
lib/librumpclient/rumpclient.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8c04953e7871 -r 74bc9b6cf269 lib/librumpclient/rumpclient.h
--- a/lib/librumpclient/rumpclient.h Thu May 11 15:42:15 2017 +0000
+++ b/lib/librumpclient/rumpclient.h Thu May 11 17:47:22 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpclient.h,v 1.15 2013/01/20 15:23:21 pooka Exp $ */
+/* $NetBSD: rumpclient.h,v 1.16 2017/05/11 17:47:22 christos Exp $ */
/*-
* Copyright (c) 2010 Antti Kantee. All Rights Reserved.
@@ -38,7 +38,7 @@
#endif /* !__GNUC__ */
#endif /* !__returns_twice */
-#if defined(__sun__) && !defined(RUMP_REGISTER_T)
+#if !defined(RUMP_REGISTER_T)
#define RUMP_REGISTER_T long
typedef RUMP_REGISTER_T register_t;
#endif
Home |
Main Index |
Thread Index |
Old Index