summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd/buffer.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@cvs.openbsd.org>2004-07-12 09:22:39 +0000
committerDarren Tucker <dtucker@cvs.openbsd.org>2004-07-12 09:22:39 +0000
commit3fc5e5ff725140f62e0b54aa4afb722940ad9586 (patch)
tree1fb2388a1a06763798e2ba6843359b5889ca9431 /usr.sbin/ntpd/buffer.c
parentb8bfb9dafa0ea4e9b0e9e90eb1c0e63094fa52ea (diff)
Replace errx with equivalent fprintf+exit to make porting easier; ok henning@
Diffstat (limited to 'usr.sbin/ntpd/buffer.c')
-rw-r--r--usr.sbin/ntpd/buffer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/buffer.c b/usr.sbin/ntpd/buffer.c
index efc1bfffc8c..a1bedd5b12d 100644
--- a/usr.sbin/ntpd/buffer.c
+++ b/usr.sbin/ntpd/buffer.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: buffer.c,v 1.1 2004/05/31 13:46:16 henning Exp $ */
+/* $OpenBSD: buffer.c,v 1.2 2004/07/12 09:22:38 dtucker Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -21,7 +21,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <err.h>
#include <errno.h>
#include <limits.h>
#include <string.h>