mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
7612f38ced
Computing Software Stack. It is mostly compliant with the TSS 1.2 specification. Obtained from: http://bsssd.sourceforge.net/
12 lines
341 B
C
12 lines
341 B
C
--- src/include/linux/tpm.h.orig 2010-01-29 01:27:51.000000000 +0900
|
|
+++ src/include/linux/tpm.h 2010-10-24 21:04:04.821560671 +0900
|
|
@@ -20,6 +20,8 @@
|
|
#include <linux/ioctl.h>
|
|
#elif (defined (__OpenBSD__) || defined (__FreeBSD__))
|
|
#include <sys/ioctl.h>
|
|
+#elif (defined (SOLARIS))
|
|
+#include <sys/ioccom.h>
|
|
#endif
|
|
|
|
/* ioctl commands */
|