From 5f88f64e4ca00c8a8b07625c4a11ed0fde2f230c Mon Sep 17 00:00:00 2001 From: Philip Guenther Date: Thu, 26 Apr 2018 12:42:52 +0000 Subject: Use instead of for open() and friends. Delete a bunch of unnecessary #includes and sort to match style(9) while doing the above cleanup. ok deraadt@ krw@ --- usr.bin/nohup/nohup.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/nohup') diff --git a/usr.bin/nohup/nohup.c b/usr.bin/nohup/nohup.c index 5c629d6ad47..d411a0c3c2a 100644 --- a/usr.bin/nohup/nohup.c +++ b/usr.bin/nohup/nohup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nohup.c,v 1.16 2015/11/09 16:52:32 deraadt Exp $ */ +/* $OpenBSD: nohup.c,v 1.17 2018/04/26 12:42:51 guenther Exp $ */ /* $NetBSD: nohup.c,v 1.6 1995/08/31 23:35:25 jtc Exp $ */ /* @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include #include #include #include -- cgit v1.2.3