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

« back to all changes in this revision

Viewing changes to ntpd/check_y2k.c

  • 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:
45
45
# if !defined(VMS)      /*wjm*/
46
46
#  include <sys/param.h>
47
47
# endif /* VMS */
 
48
# if HAVE_SYS_SIGNAL_H
 
49
#  include <sys/signal.h>
 
50
# endif /* HAVE_SYS_SIGNAL_H */
48
51
# include <sys/signal.h>
49
52
# ifdef HAVE_SYS_IOCTL_H
50
53
#  include <sys/ioctl.h>