0bc576596e
Update to supporty the latest bool type. Approved by: david@landgren.net (maintainer timeout, ~2 years) Obtained From: Netflix PR: 227910 Differential Revision: https://reviews.freebsd.org/D25434
9 lines
212 B
Perl
9 lines
212 B
Perl
--- Makefile.PL.orig 2009-09-25 13:50:50.000000000 -0600
|
|
+++ Makefile.PL 2018-03-08 13:01:25.754377000 -0700
|
|
@@ -119,3 +119,5 @@
|
|
T,struct_cdev 25 auto
|
|
Q 26 FMT_64
|
|
QU 27 FMT_U64
|
|
+C 28 FMT_INT8
|
|
+CU 29 FMT_UINT8
|