summaryrefslogtreecommitdiff
path: root/bin/rmail
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-12-04 02:24:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-12-04 02:24:48 +0000
commit9023faa39fcf19063833d6308114568a7657afe7 (patch)
tree5d336083ca440ef5ab91512fe3146dca41bd2485 /bin/rmail
parent351d7a7c8f7fe76323d05f7456a41536052339e0 (diff)
remove some unnecessary sys/param.h inclusions
Diffstat (limited to 'bin/rmail')
-rw-r--r--bin/rmail/rmail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/rmail/rmail.c b/bin/rmail/rmail.c
index 841cceca45c..0a77aa15379 100644
--- a/bin/rmail/rmail.c
+++ b/bin/rmail/rmail.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rmail.c,v 1.24 2009/10/27 23:59:22 deraadt Exp $ */
+/* $OpenBSD: rmail.c,v 1.25 2012/12/04 02:24:47 deraadt Exp $ */
/* $NetBSD: rmail.c,v 1.8 1995/09/07 06:51:50 jtc Exp $ */
/*
@@ -51,7 +51,7 @@
* The output of rmail(8) compresses the <forward> lines into a single
* from path.
*/
-#include <sys/param.h>
+#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>