Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 70342
Collapse All | Expand All

(-)adjtimex.c.orig (+2 lines)
Lines 40-48 Link Here
40
#ifdef __ia64__
40
#ifdef __ia64__
41
extern int adjtimex(struct timex *);
41
extern int adjtimex(struct timex *);
42
#else
42
#else
43
#ifndef __PIC__
43
_syscall1(int, adjtimex, struct timex *, txcp)
44
_syscall1(int, adjtimex, struct timex *, txcp)
44
#endif
45
#endif
45
#endif
46
#endif
47
#endif
46
int F_print = 0;
48
int F_print = 0;
47
49
48
#ifndef LOG_PATH
50
#ifndef LOG_PATH

Return to bug 70342