]> git.pld-linux.org Git - packages/adjtimex.git/blob - adjtimex-ia64.patch
- added gcc33 patch, release 6
[packages/adjtimex.git] / adjtimex-ia64.patch
1 --- adjtimex-1.11/adjtimex.c.foo        Mon Nov 20 12:56:18 2000
2 +++ adjtimex-1.11/adjtimex.c    Mon Nov 20 12:56:39 2000
3 @@ -34,7 +34,7 @@
4  #include <unistd.h>
5  #include <utmp.h>
6  
7 -#ifdef __alpha__
8 +#if defined(__alpha__) || defined(__ia64__)
9  extern int adjtimex(struct timex *);
10  #else
11  _syscall1(int, adjtimex, struct timex *, txcp)
This page took 0.088395 seconds and 3 git commands to generate.