aboutsummaryrefslogtreecommitdiff
path: root/converters/unix2dos
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2014-01-27 21:46:48 +0000
committerThierry Thomas <thierry@FreeBSD.org>2014-01-27 21:46:48 +0000
commit4ab70118ac2789110cacf92f1a74ea47d7c6ed98 (patch)
tree7029704bda50ecfda13ee87663c3cd37faa0afa0 /converters/unix2dos
parent47ea1bbf394a75cd74dfcfade0af3831aca6cc40 (diff)
downloadports-4ab70118ac2789110cacf92f1a74ea47d7c6ed98.tar.gz
ports-4ab70118ac2789110cacf92f1a74ea47d7c6ed98.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)
Notes
Notes: svn path=/head/; revision=341459
Diffstat (limited to 'converters/unix2dos')
-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>