diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-24 18:11:50 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-24 18:11:50 +0000 |
commit | 07a338c0d87043c47ae1d1479c69b9c87c172f24 (patch) | |
tree | 13260bb7a4f59d240c43613d5787e259f492bca2 /lang/erlang14/files/patch-aa | |
parent | Attempt to not "exit 1" if the distfile is missing. Otherwise batch fetching (diff) |
PR: ports/9054
Submitted by: Ruslan@Shevchenko.Kiev.UA
modern programming language from Ericsson labs
Notes
Notes:
svn path=/head/; revision=15596
Diffstat (limited to 'lang/erlang14/files/patch-aa')
-rw-r--r-- | lang/erlang14/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/erlang14/files/patch-aa b/lang/erlang14/files/patch-aa new file mode 100644 index 000000000000..77ddd4948b92 --- /dev/null +++ b/lang/erlang14/files/patch-aa @@ -0,0 +1,10 @@ +--- erts/system/emulator/sys.unix/driver_int.h.orig Tue Dec 8 16:17:10 1998 ++++ erts/system/emulator/sys.unix/driver_int.h Fri Dec 11 03:20:25 1998 +@@ -27,6 +27,7 @@ + #define __DRIVER_INT_H__ + + #ifdef HAVE_UIO_H ++#include <sys/types.h> + #include <sys/uio.h> + + typedef struct iovec SysIOVec; |