Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/whowatch/files: whowatch-1.5.2-implicit.patch
Date: Mon, 27 Oct 2008 20:15:27
Message-Id: E1KuYUl-0006Sf-M3@stork.gentoo.org
1 jer 08/10/27 20:15:23
2
3 Added: whowatch-1.5.2-implicit.patch
4 Log:
5 Pick up maintainership. Remove old. Apply patch from bug #203155 by Thomas Anderson. Mark ~hppa.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
7
8 Revision Changes Path
9 1.1 app-admin/whowatch/files/whowatch-1.5.2-implicit.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/whowatch/files/whowatch-1.5.2-implicit.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/whowatch/files/whowatch-1.5.2-implicit.patch?rev=1.1&content-type=text/plain
13
14 Index: whowatch-1.5.2-implicit.patch
15 ===================================================================
16 diff -Naur whowatch-1.5.2-orig/procinfo.c whowatch-1.5.2/procinfo.c
17 --- whowatch-1.5.2-orig/procinfo.c 2001-03-11 16:14:26.000000000 -0500
18 +++ whowatch-1.5.2/procinfo.c 2007-12-23 09:18:57.000000000 -0500
19 @@ -10,6 +10,10 @@
20 #include "config.h"
21 #include "procinfo.h"
22
23 +#ifdef HAVE_SYS_TIME_H
24 +#include <time.h>
25 +#endif
26 +
27 #ifdef HAVE_LIBKVM
28 kvm_t *kd;
29 extern int can_use_kvm;