Module Name: src
Committed By: martin
Date: Tue May 29 13:10:28 UTC 2018
Modified Files:
src/usr.bin/kdump: mkioctls
Log Message:
Ooops, backout previous - it was an update build artifact (or something)
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/usr.bin/kdump/mkioctls
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/kdump/mkioctls
diff -u src/usr.bin/kdump/mkioctls:1.48 src/usr.bin/kdump/mkioctls:1.49
--- src/usr.bin/kdump/mkioctls:1.48 Tue May 29 11:18:50 2018
+++ src/usr.bin/kdump/mkioctls Tue May 29 13:10:28 2018
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: mkioctls,v 1.48 2018/05/29 11:18:50 martin Exp $
+# $NetBSD: mkioctls,v 1.49 2018/05/29 13:10:28 martin Exp $
#
# Copyright (c) 1994
# The Regents of the University of California. All rights reserved.
@@ -49,6 +49,7 @@ echo "typedef struct crap videomemory_t;
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>"