]> git.pld-linux.org Git - packages/clockspeed.git/commitdiff
- compile fixes
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 6 Jan 2008 23:57:39 +0000 (23:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clockspeed-fix.patch -> 1.1

clockspeed-fix.patch [new file with mode: 0644]

diff --git a/clockspeed-fix.patch b/clockspeed-fix.patch
new file mode 100644 (file)
index 0000000..4dfd99f
--- /dev/null
@@ -0,0 +1,18 @@
+--- clockspeed-0.62/error.h.orig       1998-10-13 19:37:49.000000000 +0200
++++ clockspeed-0.62/error.h    2008-01-07 00:38:14.155875478 +0100
+@@ -1,7 +1,7 @@
+ #ifndef ERROR_H
+ #define ERROR_H
+-extern int errno;
++#include <errno.h>
+ extern int error_intr;
+ extern int error_nomem;
+--- clockspeed-0.62/clockview.c.orig   1998-10-13 19:37:49.000000000 +0200
++++ clockspeed-0.62/clockview.c        2008-01-07 00:38:54.202157585 +0100
+@@ -1,3 +1,4 @@
++#include <time.h>
+ #include <sys/types.h>
+ #include <sys/time.h>
+ #include "substdio.h"
This page took 0.097134 seconds and 4 git commands to generate.