summaryrefslogtreecommitdiffstats
path: root/bin/sh/nodes.c.pat
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2003-02-18 02:08:20 +0000
committertjr <tjr@FreeBSD.org>2003-02-18 02:08:20 +0000
commit8ffc1f9506754450f927888992056a916df6e4b6 (patch)
tree8b676d0c71b3564f75c0c805d51f9274dc33dac5 /bin/sh/nodes.c.pat
parentadf3acbf08eca304e79c77dc37dd58265125b51d (diff)
downloadFreeBSD-src-8ffc1f9506754450f927888992056a916df6e4b6.zip
FreeBSD-src-8ffc1f9506754450f927888992056a916df6e4b6.tar.gz
Revert ALIGN change for the second and last time. I can't figure out
why this is breaking sparc64.
Diffstat (limited to 'bin/sh/nodes.c.pat')
-rw-r--r--bin/sh/nodes.c.pat3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/sh/nodes.c.pat b/bin/sh/nodes.c.pat
index e5a2287..2fc79f0 100644
--- a/bin/sh/nodes.c.pat
+++ b/bin/sh/nodes.c.pat
@@ -37,8 +37,6 @@
* $FreeBSD$
*/
-#include <sys/param.h>
-
#include <stdlib.h>
/*
* Routine for dealing with parsed shell commands.
@@ -47,6 +45,7 @@
#include "shell.h"
#include "nodes.h"
#include "memalloc.h"
+#include "machdep.h"
#include "mystring.h"
OpenPOWER on IntegriCloud