summaryrefslogtreecommitdiffstats
path: root/term-utils/write.c
diff options
context:
space:
mode:
authorThomas Schwinge2012-05-25 20:16:17 +0200
committerKarel Zak2012-05-29 10:11:41 +0200
commit4658cfd492e565de8e5310ab7c09ee000184f64f (patch)
treeae2b505e180ca212ed6e5a615865af1b6b2480df /term-utils/write.c
parentwrite: Use PATH_MAX instead of MAXPATHLEN, as elsewhere. (diff)
downloadkernel-qcow2-util-linux-4658cfd492e565de8e5310ab7c09ee000184f64f.tar.gz
kernel-qcow2-util-linux-4658cfd492e565de8e5310ab7c09ee000184f64f.tar.xz
kernel-qcow2-util-linux-4658cfd492e565de8e5310ab7c09ee000184f64f.zip
write: Don't explicitly include <asm/param.h>.
It doesn't exist on some systems, but will come in via <sys/param.h> on the others. Signed-off-by: Thomas Schwinge <thomas@codesourcery.com>
Diffstat (limited to 'term-utils/write.c')
-rw-r--r--term-utils/write.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/term-utils/write.c b/term-utils/write.c
index 7fe88e1b5..6c746b42c 100644
--- a/term-utils/write.c
+++ b/term-utils/write.c
@@ -57,7 +57,6 @@
#include <sys/param.h>
#include <sys/stat.h>
#include <paths.h>
-#include <asm/param.h>
#include <getopt.h>
#include "c.h"