Module Name: src
Committed By: pooka
Date: Mon Jan 25 12:25:38 UTC 2016
Modified Files:
src/sys/rump/include/rump: rump.h
Log Message:
prop_dictionary_t hasn't been needed here in, um, 5 years, so remove
the type madness.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/rump/include/rump/rump.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/include/rump/rump.h
diff -u src/sys/rump/include/rump/rump.h:1.65 src/sys/rump/include/rump/rump.h:1.66
--- src/sys/rump/include/rump/rump.h:1.65 Mon Jan 25 11:45:57 2016
+++ src/sys/rump/include/rump/rump.h Mon Jan 25 12:25:38 2016
@@ -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 lwp;
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;