summaryrefslogtreecommitdiffstats
path: root/bin/sh/memalloc.c
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/memalloc.c
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/memalloc.c')
-rw-r--r--bin/sh/memalloc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sh/memalloc.c b/bin/sh/memalloc.c
index a50d661..57b5ae8 100644
--- a/bin/sh/memalloc.c
+++ b/bin/sh/memalloc.c
@@ -42,11 +42,12 @@ static char sccsid[] = "@(#)memalloc.c 8.3 (Berkeley) 5/4/95";
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include <sys/param.h>
+
#include "shell.h"
#include "output.h"
#include "memalloc.h"
#include "error.h"
-#include "machdep.h"
#include "mystring.h"
#include "expand.h"
#include <stdlib.h>
OpenPOWER on IntegriCloud