Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/unix2dos/files: unix2dos-2.2-headers.patch
Date: Thu, 11 Sep 2008 03:11:09
Message-Id: E1KdcaJ-0003jx-8y@stork.gentoo.org
1 vapier 08/09/11 03:11:07
2
3 Added: unix2dos-2.2-headers.patch
4 Log:
5 Fix missing prototype warnings and use emake to build rather than running CC ourself.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64)
7
8 Revision Changes Path
9 1.1 app-text/unix2dos/files/unix2dos-2.2-headers.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/unix2dos/files/unix2dos-2.2-headers.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/unix2dos/files/unix2dos-2.2-headers.patch?rev=1.1&content-type=text/plain
13
14 Index: unix2dos-2.2-headers.patch
15 ===================================================================
16 need unistd.h for close() and unlink()
17
18 --- unix2dos.c
19 +++ unix2dos.c
20 @@ -62,6 +62,7 @@
21 #include <stdlib.h>
22 #include <string.h>
23 #include <utime.h>
24 +#include <unistd.h>
25 #include <sys/stat.h>
26 #include "unix2dos.h"