summaryrefslogtreecommitdiff
path: root/uts/debian/patches/sys-ioctl-include-termios.patch
blob: 9d95de98cac0449912125dd15e1513972f48acc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Description: for better compatibility with Linux
Index: uts/usr/src/uts/common/sys/ioctl.h
===================================================================
--- uts.orig/usr/src/uts/common/sys/ioctl.h
+++ uts/usr/src/uts/common/sys/ioctl.h
@@ -141,5 +141,6 @@ extern "C" {
 
 #include <sys/filio.h>
 #include <sys/sockio.h>
+#include <sys/termios.h>
 
 #endif	/* _SYS_IOCTL_H */