Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/ideviceinstaller/files: ideviceinstaller-1.0.0-libgen_h.patch
Date: Tue, 29 Mar 2011 08:11:31
Message-Id: 20110329081121.BCD9820057@flycatcher.gentoo.org
1 ssuominen 11/03/29 08:11:21
2
3 Added: ideviceinstaller-1.0.0-libgen_h.patch
4 Log:
5 Initial commit wrt #348529 by "nando.sm".
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-pda/ideviceinstaller/files/ideviceinstaller-1.0.0-libgen_h.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ideviceinstaller/files/ideviceinstaller-1.0.0-libgen_h.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/ideviceinstaller/files/ideviceinstaller-1.0.0-libgen_h.patch?rev=1.1&content-type=text/plain
14
15 Index: ideviceinstaller-1.0.0-libgen_h.patch
16 ===================================================================
17 From ecb942b024de4038ff98cbaa3ca2e209b1da290c Mon Sep 17 00:00:00 2001
18 From: Martin Szulecki
19 Date: Sat, 26 Mar 2011 10:19:04 +0000
20 Subject: Add missing libgen.h include to make compilers happy
21
22 ---
23 diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c
24 index d8c68ba..365da0b 100644
25 --- a/src/ideviceinstaller.c
26 +++ b/src/ideviceinstaller.c
27 @@ -31,6 +31,7 @@
28 #include <getopt.h>
29 #include <errno.h>
30 #include <time.h>
31 +#include <libgen.h>
32
33 #include <libimobiledevice/libimobiledevice.h>
34 #include <libimobiledevice/lockdown.h>
35 --
36 cgit v0.8.3.1-34-gbf3d