artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb12d36
)
remove a couple of unused headers.
author
bcook
<bcook@openbsd.org>
Mon, 19 Jan 2015 11:44:08 +0000
(11:44 +0000)
committer
bcook
<bcook@openbsd.org>
Mon, 19 Jan 2015 11:44:08 +0000
(11:44 +0000)
reported by Jonas 'Sortie' Termansen
usr.sbin/ntpd/config.c
patch
|
blob
|
history
diff --git
a/usr.sbin/ntpd/config.c
b/usr.sbin/ntpd/config.c
index
d493a9c
..
b3e9d46
100644
(file)
--- a/
usr.sbin/ntpd/config.c
+++ b/
usr.sbin/ntpd/config.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: config.c,v 1.2
3 2015/01/13 02:28:56
bcook Exp $ */
+/* $OpenBSD: config.c,v 1.2
4 2015/01/19 11:44:08
bcook Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@
-21,10
+21,8
@@
#include <sys/stat.h>
#include <netinet/in.h>
-#include <arpa/nameser.h>
#include <errno.h>
-#include <resolv.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>