From b294b3070321a8cc5df1553203c8e51fe670ada9 Mon Sep 17 00:00:00 2001 From: jsg Date: Tue, 6 May 2014 06:40:03 +0000 Subject: [PATCH] no need to include rand.h now the RAND_seed() calls are gone. ok reyk@ --- sbin/iked/proc.c | 3 +-- usr.sbin/relayd/proc.c | 3 +-- usr.sbin/snmpd/proc.c | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/sbin/iked/proc.c b/sbin/iked/proc.c index 48f88ea222a..aca5cfb9cc0 100644 --- a/sbin/iked/proc.c +++ b/sbin/iked/proc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.c,v 1.15 2014/05/04 10:35:24 reyk Exp $ */ +/* $OpenBSD: proc.c,v 1.16 2014/05/06 06:40:03 jsg Exp $ */ /* * Copyright (c) 2010 - 2014 Reyk Floeter @@ -38,7 +38,6 @@ #include #include -#include #include #include "iked.h" diff --git a/usr.sbin/relayd/proc.c b/usr.sbin/relayd/proc.c index 0c64a7de4a3..d147f4c3775 100644 --- a/usr.sbin/relayd/proc.c +++ b/usr.sbin/relayd/proc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.c,v 1.12 2014/05/04 10:32:32 reyk Exp $ */ +/* $OpenBSD: proc.c,v 1.13 2014/05/06 06:40:03 jsg Exp $ */ /* * Copyright (c) 2010 - 2014 Reyk Floeter @@ -38,7 +38,6 @@ #include #include -#include #include #include "relayd.h" diff --git a/usr.sbin/snmpd/proc.c b/usr.sbin/snmpd/proc.c index 640bdc2a3b5..94c6519d72c 100644 --- a/usr.sbin/snmpd/proc.c +++ b/usr.sbin/snmpd/proc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.c,v 1.7 2014/05/04 10:34:35 reyk Exp $ */ +/* $OpenBSD: proc.c,v 1.8 2014/05/06 06:40:03 jsg Exp $ */ /* * Copyright (c) 2010 - 2014 Reyk Floeter @@ -38,7 +38,6 @@ #include #include -#include #include #include "snmpd.h" -- 2.20.1