diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2005-09-16 03:59:13 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2005-09-16 03:59:13 +0000 |
commit | 8a25a7950ff63825e845350907f8493fcca07e5d (patch) | |
tree | b4fe0ac938ce6ed0e9c88035f64499d0bce259c1 /usr.sbin/syslogd/ringbuf.c | |
parent | 89050e3f2bc81d52360b2dbdd3d91e359431384a (diff) |
unneeded headers, from stevesk@
Diffstat (limited to 'usr.sbin/syslogd/ringbuf.c')
-rw-r--r-- | usr.sbin/syslogd/ringbuf.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/syslogd/ringbuf.c b/usr.sbin/syslogd/ringbuf.c index 5775d7bc606..5082970e292 100644 --- a/usr.sbin/syslogd/ringbuf.c +++ b/usr.sbin/syslogd/ringbuf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ringbuf.c,v 1.4 2005/06/06 23:22:04 djm Exp $ */ +/* $OpenBSD: ringbuf.c,v 1.5 2005/09/16 03:59:12 djm Exp $ */ /* * Copyright (c) 2004 Damien Miller @@ -22,12 +22,9 @@ #include <sys/types.h> #include <sys/param.h> -#include <sys/uio.h> -#include <errno.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <unistd.h> #include "syslogd.h" |