]> git.pld-linux.org Git - packages/ekg2.git/commitdiff
6a89e21e1b26655128f87453f134e4aa ekg2-gcc4.patch
authorspeedy <speedy@pld-linux.org>
Wed, 4 May 2005 21:32:07 +0000 (21:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ekg2-gcc4.patch -> 1.1

ekg2-gcc4.patch [new file with mode: 0644]

diff --git a/ekg2-gcc4.patch b/ekg2-gcc4.patch
new file mode 100644 (file)
index 0000000..8dc1081
--- /dev/null
@@ -0,0 +1,18 @@
+--- ekg2-20050405/ekg/userlist.h.orig  2004-10-04 22:07:26.000000000 +0200
++++ ekg2-20050405/ekg/userlist.h       2005-05-04 22:48:01.000000000 +0200
+@@ -116,13 +116,14 @@
+ };
+ #define       IGNORE_LABELS_MAX 7
+-struct ignore_label ignore_labels[IGNORE_LABELS_MAX];
+ struct ignore_label {
+       int level;
+       char *name;
+ };
++struct ignore_label ignore_labels[IGNORE_LABELS_MAX];
++
+ //list_t userlist;
+ int userlist_read(session_t* session);
This page took 0.025011 seconds and 4 git commands to generate.