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

« back to all changes in this revision

Viewing changes to ntpdate/ntptimeset.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:
121
121
# include <config.h>
122
122
#endif
123
123
 
 
124
#include "ntp_machine.h"
124
125
#include "ntp_fp.h"
125
126
#include "ntp.h"
126
127
#include "ntp_io.h"
141
142
#include <ctype.h>
142
143
#ifndef SYS_WINNT
143
144
# include <netdb.h>
144
 
# include <sys/signal.h>
 
145
# ifdef HAVE_SYS_SIGNAL_H
 
146
#  include <sys/signal.h>
 
147
# else
 
148
#  include <signal.h>
 
149
# endif
145
150
# include <sys/ioctl.h>
146
151
#endif /* SYS_WINNT */
147
152