Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/kdump Ooops, backout previous - it was an update bui...



details:   https://anonhg.NetBSD.org/src/rev/69867d59c7ac
branches:  trunk
changeset: 323059:69867d59c7ac
user:      martin <martin%NetBSD.org@localhost>
date:      Tue May 29 13:10:28 2018 +0000

description:
Ooops, backout previous - it was an update build artifact (or something)

diffstat:

 usr.bin/kdump/mkioctls |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0bf236a2c81a -r 69867d59c7ac usr.bin/kdump/mkioctls
--- a/usr.bin/kdump/mkioctls    Tue May 29 11:38:24 2018 +0000
+++ b/usr.bin/kdump/mkioctls    Tue May 29 13:10:28 2018 +0000
@@ -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 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>"



Home | Main Index | Thread Index | Old Index