socsvn commit: r294718 - soc2013/def/crashdump-head/sys/sys
def at FreeBSD.org
def at FreeBSD.org
Tue Dec 1 22:52:29 UTC 2015
Author: def
Date: Tue Dec 1 22:52:28 2015
New Revision: 294718
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=294718
Log:
Use unused I/O control number for the new DIOCSKERNELDUMP I/O control.
Modified:
soc2013/def/crashdump-head/sys/sys/disk.h
Modified: soc2013/def/crashdump-head/sys/sys/disk.h
==============================================================================
--- soc2013/def/crashdump-head/sys/sys/disk.h Tue Dec 1 22:44:52 2015 (r294717)
+++ soc2013/def/crashdump-head/sys/sys/disk.h Tue Dec 1 22:52:28 2015 (r294718)
@@ -144,7 +144,7 @@
uint32_t kda_encryptedkeysize;
uint8_t *kda_encryptedkey;
};
-#define DIOCSKERNELDUMP _IOW('d', 132, struct diocskerneldump_arg)
+#define DIOCSKERNELDUMP _IOW('d', 143, struct diocskerneldump_arg)
/*
* Enable/Disable the device for kernel core dumps.
*/
More information about the svn-soc-all
mailing list