diff options
Diffstat (limited to 'comms/mgetty+sendfax/files/patch-aj')
-rw-r--r-- | comms/mgetty+sendfax/files/patch-aj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/mgetty+sendfax/files/patch-aj b/comms/mgetty+sendfax/files/patch-aj new file mode 100644 index 0000000..d8c807b --- /dev/null +++ b/comms/mgetty+sendfax/files/patch-aj @@ -0,0 +1,13 @@ +--- goodies.c~ Sat Jan 6 18:46:34 2001 ++++ goodies.c Sun Jan 7 22:54:32 2001 +@@ -38,6 +38,10 @@ + # include <fcntl.h> + # include <unistd.h> + #endif ++#ifdef __FreeBSD__ ++# include <fcntl.h> ++# include <unistd.h> ++#endif + + /* get the base file name of a file path */ + |