diff options
| author | 2005-09-16 03:59:12 +0000 | |
|---|---|---|
| committer | 2005-09-16 03:59:12 +0000 | |
| commit | b26a9db255c03aa991635483849be28911057c1c (patch) | |
| tree | bd65076abde93f74907df55e968a067ef0a189ca /usr.sbin/syslogd/ringbuf.c | |
| parent | spelling. (diff) | |
| download | wireguard-openbsd-b26a9db255c03aa991635483849be28911057c1c.tar.xz wireguard-openbsd-b26a9db255c03aa991635483849be28911057c1c.zip | |
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" |
