Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/include/rump prop_dictionary_t hasn't been needed h...
details: https://anonhg.NetBSD.org/src/rev/8fec09eaeb46
branches: trunk
changeset: 343219:8fec09eaeb46
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Jan 25 12:25:38 2016 +0000
description:
prop_dictionary_t hasn't been needed here in, um, 5 years, so remove
the type madness.
diffstat:
sys/rump/include/rump/rump.h | 13 +------------
1 files changed, 1 insertions(+), 12 deletions(-)
diffs (27 lines):
diff -r 4553574d743a -r 8fec09eaeb46 sys/rump/include/rump/rump.h
--- a/sys/rump/include/rump/rump.h Mon Jan 25 12:24:41 2016 +0000
+++ b/sys/rump/include/rump/rump.h Mon Jan 25 12:25:38 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump.h,v 1.65 2016/01/25 11:45:57 pooka Exp $ */
+/* $NetBSD: rump.h,v 1.66 2016/01/25 12:25:38 pooka Exp $ */
/*
* Copyright (c) 2007-2011 Antti Kantee. All Rights Reserved.
@@ -46,17 +46,6 @@
struct modinfo;
struct uio;
-/* yetch */
-#if defined(__NetBSD__)
-#include <prop/proplib.h>
-#else
-#ifndef HAVE_PROP_DICTIONARY_T
-#define HAVE_PROP_DICTIONARY_T
-struct prop_dictionary;
-typedef struct prop_dictionary *prop_dictionary_t;
-#endif
-#endif /* __NetBSD__ */
-
#if (!defined(_KERNEL)) && (defined(__sun__) || defined(__ANDROID__)) && !defined(RUMP_REGISTER_T)
#define RUMP_REGISTER_T long
typedef RUMP_REGISTER_T register_t;
Home |
Main Index |
Thread Index |
Old Index