Date: Mon, 27 Jan 2014 21:46:49 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341459 - head/converters/unix2dos/files Message-ID: <201401272146.s0RLknEn019514@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401272146.s0RLknEn019514>