]> git.pld-linux.org Git - packages/adjtimex.git/commitdiff
- "add fix for new glibc" (adjtimex-1.13-glibc.patch stolen from Fedora)
authorSzymon Siwek <sls@pld-linux.org>
Thu, 13 Dec 2007 02:02:53 +0000 (02:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adjtimex-compile.patch -> 1.1

adjtimex-compile.patch [new file with mode: 0644]

diff --git a/adjtimex-compile.patch b/adjtimex-compile.patch
new file mode 100644 (file)
index 0000000..ca467b9
--- /dev/null
@@ -0,0 +1,18 @@
+--- adjtimex-1.20/adjtimex.c.glibc     2004-09-19 17:37:29.000000000 +0200
++++ adjtimex-1.20/adjtimex.c   2005-03-16 13:16:02.514052584 +0100
+@@ -35,15 +35,7 @@
+ #include <sys/ioctl.h>
+ #include <linux/rtc.h>
+-#ifdef __alpha__
+ extern int adjtimex(struct timex *);
+-#else
+-#ifdef __ia64__
+-extern int adjtimex(struct timex *);
+-#else
+-_syscall1(int, adjtimex, struct timex *, txcp)
+-#endif
+-#endif
+ int F_print = 0;
+ #ifndef LOG_PATH
This page took 0.037404 seconds and 4 git commands to generate.