Search
j0ke.net Open Build Service
>
Projects
>
J0KE.NET
:
infrastructure
>
util-linux
> adjtimex-1.20-nosyscall.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File adjtimex-1.20-nosyscall.diff of Package util-linux
--- adjtimex-1.20/adjtimex.c +++ adjtimex-1.20/adjtimex.c @@ -35,15 +35,6 @@ #include <sys/ioctl.h> #include <linux/rtc.h> -#ifdef __alpha__ -extern int adjtimex(struct timex *); -#else -#ifdef __ia64__ -extern int adjtimex(struct timex *); -#else -_syscall1(int, adjtimex, struct timex *, txcp) -#endif -#endif int F_print = 0; #ifndef LOG_PATH