svn commit: r341459 - head/converters/unix2dos/files

Thierry Thomas thierry at FreeBSD.org
Mon Jan 27 21:46:49 UTC 2014


Author: thierry
Date: Mon Jan 27 21:46:48 2014
New Revision: 341459
URL: http://svnweb.freebsd.org/changeset/ports/341459
QAT: https://qat.redports.org/buildarchive/r341459/

Log:
  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)

Added:
  head/converters/unix2dos/files/
  head/converters/unix2dos/files/patch-unix2dos.c   (contents, props changed)

Added: head/converters/unix2dos/files/patch-unix2dos.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/converters/unix2dos/files/patch-unix2dos.c	Mon Jan 27 21:46:48 2014	(r341459)
@@ -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>


More information about the svn-ports-all mailing list