]> git.pld-linux.org Git - packages/GXedit.git/commitdiff
- fix #include <time.h> bug on new glibc.
authorkloczek <kloczek@pld-linux.org>
Sat, 17 Mar 2001 04:06:30 +0000 (04:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GXedit-time.patch -> 1.1

GXedit-time.patch [new file with mode: 0644]

diff --git a/GXedit-time.patch b/GXedit-time.patch
new file mode 100644 (file)
index 0000000..86d468d
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nru GXedit1.23/gxedit.c GXedit1.23.new/gxedit.c
+--- GXedit1.23/gxedit.c        Fri Mar 19 06:33:30 1999
++++ GXedit1.23.new/gxedit.c    Sat Mar 17 04:59:10 2001
+@@ -5,6 +5,8 @@
+  * the terms of the GPL. See the file COPYING for the full GPL license.
+ */
++#include <time.h>
++
+ #include "gxedit.h"
+ #include "pixmaps.h"
This page took 0.056104 seconds and 4 git commands to generate.