]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
write: Don't explicitly include <asm/param.h>.
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 25 May 2012 18:16:17 +0000 (20:16 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 29 May 2012 08:11:41 +0000 (10:11 +0200)
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>
term-utils/write.c

index 7fe88e1b56daeeb6ffdc662fc1fb0bccbc0f1a8b..6c746b42c7ac144a0277d474dc20a4e528351204 100644 (file)
@@ -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"