1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Oops, I forgot to add a patch file.

This commit is contained in:
Norikatsu Shigemura 2004-07-15 14:45:21 +00:00
parent b7ab5238d4
commit ed32a3bd34
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113717
2 changed files with 20 additions and 0 deletions

View File

@ -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>

View File

@ -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>