Thu Feb 19 2004 Than Ngo <than@redhat.com> 1.13-12 - add fix for new glibc - add COPYRIGHT file Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt
14 lines
353 B
Diff
14 lines
353 B
Diff
--- adjtimex-1.13/adjtimex.c.orig 2002-01-07 02:58:03.000000000 +0100
|
|
+++ adjtimex-1.13/adjtimex.c 2004-02-19 14:18:25.596604396 +0100
|
|
@@ -34,11 +34,7 @@
|
|
#include <unistd.h>
|
|
#include <utmp.h>
|
|
|
|
-#ifdef __alpha__
|
|
extern int adjtimex(struct timex *);
|
|
-#else
|
|
-_syscall1(int, adjtimex, struct timex *, txcp)
|
|
-#endif
|
|
int F_print = 0;
|
|
|
|
#ifndef LOG_PATH
|