summaryrefslogtreecommitdiffstats
path: root/bin/sh/nodes.c.pat
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2003-02-14 23:53:19 +0000
committertjr <tjr@FreeBSD.org>2003-02-14 23:53:19 +0000
commit1cdec845621b2531a41c39ec8bb8b78816977541 (patch)
treec8cae29c7311f72ba585030374cddbadd572d9ab /bin/sh/nodes.c.pat
parentd9ebbec084d4cd0e0a21fb74427a996f22d248d9 (diff)
downloadFreeBSD-src-1cdec845621b2531a41c39ec8bb8b78816977541.zip
FreeBSD-src-1cdec845621b2531a41c39ec8bb8b78816977541.tar.gz
Use the ALIGN macro from <sys/param.h> instead of defining our own
incorrect version in machdep.h. Delete machdep.h.
Diffstat (limited to 'bin/sh/nodes.c.pat')
-rw-r--r--bin/sh/nodes.c.pat3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sh/nodes.c.pat b/bin/sh/nodes.c.pat
index 2fc79f0..e5a2287 100644
--- a/bin/sh/nodes.c.pat
+++ b/bin/sh/nodes.c.pat
@@ -37,6 +37,8 @@
* $FreeBSD$
*/
+#include <sys/param.h>
+
#include <stdlib.h>
/*
* Routine for dealing with parsed shell commands.
@@ -45,7 +47,6 @@
#include "shell.h"
#include "nodes.h"
#include "memalloc.h"
-#include "machdep.h"
#include "mystring.h"
OpenPOWER on IntegriCloud