]> git.pld-linux.org Git - packages/adjtimex.git/blame - adjtimex-compile.patch
- <sys/timex.h> contains proper adjtimex() prototype
[packages/adjtimex.git] / adjtimex-compile.patch
CommitLineData
a170947d
SS
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
1bca945a 3@@ -35,15 +35,6 @@
a170947d
SS
4 #include <sys/ioctl.h>
5 #include <linux/rtc.h>
6
7-#ifdef __alpha__
1bca945a 8-extern int adjtimex(struct timex *);
a170947d
SS
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.031963 seconds and 4 git commands to generate.