artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6317be
)
sysctl.h is no longer needed
author
tb
<tb@openbsd.org>
Sun, 11 Feb 2018 01:23:40 +0000
(
01:23
+0000)
committer
tb
<tb@openbsd.org>
Sun, 11 Feb 2018 01:23:40 +0000
(
01:23
+0000)
ok tedu
usr.sbin/rebound/rebound.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rebound/rebound.c
b/usr.sbin/rebound/rebound.c
index
dc7756e
..
917230e
100644
(file)
--- a/
usr.sbin/rebound/rebound.c
+++ b/
usr.sbin/rebound/rebound.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: rebound.c,v 1.9
4 2018/02/10 17:51:37 anton
Exp $ */
+/* $OpenBSD: rebound.c,v 1.9
5 2018/02/11 01:23:40 tb
Exp $ */
/*
* Copyright (c) 2015 Ted Unangst <tedu@openbsd.org>
*
@@
-24,7
+24,6
@@
#include <sys/resource.h>
#include <sys/time.h>
#include <sys/wait.h>
-#include <sys/sysctl.h>
#include <signal.h>
#include <syslog.h>