summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-05-01 06:23:48 +0000
committerpeter <peter@FreeBSD.org>2002-05-01 06:23:48 +0000
commit22e8a6eda24b1bf7ab63bfc975bc94b1c30c2993 (patch)
tree7286161de7679bdafddfe5d1ec0d4ce2e07b5848 /usr.bin
parent2790da8d065d6c6f942c7fcfeb4fb10d031fc3a2 (diff)
downloadFreeBSD-src-22e8a6eda24b1bf7ab63bfc975bc94b1c30c2993.zip
FreeBSD-src-22e8a6eda24b1bf7ab63bfc975bc94b1c30c2993.tar.gz
Do not bother with #include <machine/psl.h> since it is just a stub file
that says something like "/* Not used on Alpha */".
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/truss/alpha-fbsd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/truss/alpha-fbsd.c b/usr.bin/truss/alpha-fbsd.c
index d6ff912..b0ddc4e 100644
--- a/usr.bin/truss/alpha-fbsd.c
+++ b/usr.bin/truss/alpha-fbsd.c
@@ -50,7 +50,6 @@ static const char rcsid[] =
#include <sys/syscall.h>
#include <machine/reg.h>
-#include <machine/psl.h>
#include <err.h>
#include <errno.h>
OpenPOWER on IntegriCloud