diff options
author | jmz <jmz@FreeBSD.org> | 2001-01-08 06:14:07 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2001-01-08 06:14:07 +0800 |
commit | b218fab706b17ee85099c1e715f696680a504677 (patch) | |
tree | 08b33a8a7b1970bed2b6dfa7a21581ff49bbd7de /comms/mgetty+sendfax/files | |
parent | 5cc8e47a92230876bb2464aab515e4dfe19597c1 (diff) | |
download | freebsd-ports-gnome-b218fab706b17ee85099c1e715f696680a504677.tar.gz freebsd-ports-gnome-b218fab706b17ee85099c1e715f696680a504677.tar.zst freebsd-ports-gnome-b218fab706b17ee85099c1e715f696680a504677.zip |
Upgrade to version 1.1.24-Jan07
Change MASTER_SITE
Diffstat (limited to 'comms/mgetty+sendfax/files')
-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 000000000000..d8c807b169de --- /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 */ + |