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

« back to all changes in this revision

Viewing changes to util/tickadj.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:
182
182
# include <sys/resource.h>
183
183
# include <sys/file.h>
184
184
# include <a.out.h>
185
 
# include <sys/var.h>
 
185
# ifdef HAVE_SYS_VAR_H
 
186
#  include <sys/var.h>
 
187
# endif
186
188
#endif
187
189
 
188
190
#include "ntp_io.h"
757
759
                else
758
760
                {
759
761
                        (void) fprintf(stderr,
760
 
                                       "%s: nlist didn't find needed symbols from <%s>: %m\n",
761
 
                                       progname, *kname);
 
762
                                       "%s: nlist didn't find needed symbols from <%s>: %s\n",
 
763
                                       progname, *kname, strerror(errno));
762
764
                }
763
765
        }
764
766
        if (*kname == NULL)