~ubuntu-branches/debian/squeeze/ntp/squeeze-201010051545

« back to all changes in this revision

Viewing changes to include/ntp_syscall.h

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2004-10-11 16:10:27 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041011161027-icyjbji8ujym633o
Tags: 1:4.2.0a-10ubuntu2
Use ntp.ubuntulinux.org instead of pool.ntp.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# include <sys/timex.h>
15
15
#endif
16
16
 
 
17
#ifndef NTP_SYSCALLS_LIBC
17
18
#ifdef NTP_SYSCALLS_STD
18
19
# define ntp_adjtime(t)         syscall(SYS_ntp_adjtime, (t))
19
20
# define ntp_gettime(t)         syscall(SYS_ntp_gettime, (t))
59
60
#  endif
60
61
# endif /* !HAVE_ADJTIMEX */
61
62
#endif /* !NTP_SYSCALLS_STD */
 
63
#endif /* !NTP_SYSCALLS_LIBC */
62
64
 
63
65
#endif /* NTP_SYSCALL_H */