diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-07-15 14:45:21 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-07-15 14:45:21 +0000 |
commit | ed32a3bd34bb245a613e90678819394ef3816907 (patch) | |
tree | 5feb76bc1d5c0916663c4318455fef3ce6112398 /sysutils/smartmontools | |
parent | b7ab5238d47583f038c4dedaee1253823f761236 (diff) | |
download | ports-ed32a3bd34bb245a613e90678819394ef3816907.tar.gz ports-ed32a3bd34bb245a613e90678819394ef3816907.zip |
Oops, I forgot to add a patch file.
Notes
Notes:
svn path=/head/; revision=113717
Diffstat (limited to 'sysutils/smartmontools')
-rw-r--r-- | sysutils/smartmontools/files/patch-os_freebsd.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/smartmontools/files/patch-os_freebsd.c b/sysutils/smartmontools/files/patch-os_freebsd.c new file mode 100644 index 000000000000..9c64b2af6497 --- /dev/null +++ b/sysutils/smartmontools/files/patch-os_freebsd.c @@ -0,0 +1,10 @@ +--- os_freebsd.c.orig Sat Mar 13 11:32:52 2004 ++++ os_freebsd.c Thu Jul 15 23:42:06 2004 +@@ -18,6 +18,7 @@ + #include <stdio.h> + #include <sys/types.h> + #include <dirent.h> ++#include <fcntl.h> + #include <err.h> + #include <camlib.h> + #include <cam/scsi/scsi_message.h> |