prop_dictionary_t hasn't been needed here in, um, 5 years, so remove

the type madness.
This commit is contained in:
pooka 2016-01-25 12:25:38 +00:00
parent 76f0658b35
commit 18353ae21f
1 changed files with 1 additions and 12 deletions

View File

@ -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;