]> git.pld-linux.org Git - packages/adjtimex.git/blob - adjtimex-compile.patch
- "add fix for new glibc" (adjtimex-1.13-glibc.patch stolen from Fedora)
[packages/adjtimex.git] / adjtimex-compile.patch
1 --- adjtimex-1.20/adjtimex.c.glibc      2004-09-19 17:37:29.000000000 +0200
2 +++ adjtimex-1.20/adjtimex.c    2005-03-16 13:16:02.514052584 +0100
3 @@ -35,15 +35,7 @@
4  #include <sys/ioctl.h>
5  #include <linux/rtc.h>
6  
7 -#ifdef __alpha__
8  extern int adjtimex(struct timex *);
9 -#else
10 -#ifdef __ia64__
11 -extern int adjtimex(struct timex *);
12 -#else
13 -_syscall1(int, adjtimex, struct timex *, txcp)
14 -#endif
15 -#endif
16  int F_print = 0;
17  
18  #ifndef LOG_PATH
This page took 0.087167 seconds and 3 git commands to generate.