Backout previous: "typedef void *kmutex_t;

is incompatible with our kmutex_t and breaks the build. ZFS will need
to find a better way to work around this.
This commit is contained in:
martin 2018-05-29 11:18:50 +00:00
parent fa04ee6693
commit 2e95568bb1

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $NetBSD: mkioctls,v 1.47 2018/05/28 21:05:02 chs Exp $
# $NetBSD: mkioctls,v 1.48 2018/05/29 11:18:50 martin Exp $
#
# Copyright (c) 1994
# The Regents of the University of California. All rights reserved.
@ -49,7 +49,6 @@ echo "typedef struct crap videomemory_t;" # XXX arm video lossage
echo "typedef struct crap RF_AccTotals_t;" # XXX Raidframe lossage
echo "struct rf_test_acc { int _xxx; };" # XXX Raidframe lossage
echo "struct map_info { int _xxx[22]; };" # XXX Xorg lossage
echo "typedef void *kmutex_t;" # XXX needed by ZFS headers
echo "#include <stdio.h>"
echo "#include <sys/types.h>"
echo "#include <sys/param.h>"