aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2014-01-28 05:46:48 +0800
committerthierry <thierry@FreeBSD.org>2014-01-28 05:46:48 +0800
commitdb3e8c3c8f53550acdafea3341d01f2195bf6452 (patch)
tree7029704bda50ecfda13ee87663c3cd37faa0afa0
parentdc00b1dde13cca65db5f1cc6956b0e630e95bf0b (diff)
downloadfreebsd-ports-gnome-db3e8c3c8f53550acdafea3341d01f2195bf6452.tar.gz
freebsd-ports-gnome-db3e8c3c8f53550acdafea3341d01f2195bf6452.tar.zst
freebsd-ports-gnome-db3e8c3c8f53550acdafea3341d01f2195bf6452.zip
Fix an implicit declaration of the exit function.
PR: ports/178251 Submitted by: Chad Slater <chad.slater (at) gmail.com> Approved by: maintainer time-out (8 months)
-rw-r--r--converters/unix2dos/files/patch-unix2dos.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/converters/unix2dos/files/patch-unix2dos.c b/converters/unix2dos/files/patch-unix2dos.c
new file mode 100644
index 000000000000..d56d12cdf9a7
--- /dev/null
+++ b/converters/unix2dos/files/patch-unix2dos.c
@@ -0,0 +1,8 @@
+--- unix2dos.c.orig 2001-05-23 01:58:39.000000000 +0200
++++ unix2dos.c 2014-01-27 22:41:13.000000000 +0100
+@@ -1,4 +1,5 @@
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <string.h>
+ #include <unistd.h>
+ #include <sys/types.h>