summaryrefslogtreecommitdiffstats
path: root/usr.bin/truss
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-05-16 20:09:29 +0000
committerjhb <jhb@FreeBSD.org>2008-05-16 20:09:29 +0000
commit7617274408cc44637fae0a043172072004480e96 (patch)
tree3baa7e26ce437ec0d7444bb645a1e081e10041f0 /usr.bin/truss
parentfd326269528e688e68eabbef9792da842d027147 (diff)
downloadFreeBSD-src-7617274408cc44637fae0a043172072004480e96.zip
FreeBSD-src-7617274408cc44637fae0a043172072004480e96.tar.gz
Retire some stale alpha references.
Diffstat (limited to 'usr.bin/truss')
-rw-r--r--usr.bin/truss/extern.h4
-rw-r--r--usr.bin/truss/main.c3
2 files changed, 0 insertions, 7 deletions
diff --git a/usr.bin/truss/extern.h b/usr.bin/truss/extern.h
index 81e6317..69f2319 100644
--- a/usr.bin/truss/extern.h
+++ b/usr.bin/truss/extern.h
@@ -37,10 +37,6 @@ extern void restore_proc(int);
extern void waitevent(struct trussinfo *);
extern const char *ioctlname(register_t val);
extern char *strsig(int sig);
-#ifdef __alpha__
-extern void alpha_syscall_entry(struct trussinfo *, int);
-extern long alpha_syscall_exit(struct trussinfo *, int);
-#endif
#ifdef __amd64__
extern void amd64_syscall_entry(struct trussinfo *, int);
extern long amd64_syscall_exit(struct trussinfo *, int);
diff --git a/usr.bin/truss/main.c b/usr.bin/truss/main.c
index 88ff02f..a735f34 100644
--- a/usr.bin/truss/main.c
+++ b/usr.bin/truss/main.c
@@ -78,9 +78,6 @@ struct ex_types {
void (*enter_syscall)(struct trussinfo *, int);
long (*exit_syscall)(struct trussinfo *, int);
} ex_types[] = {
-#ifdef __alpha__
- { "FreeBSD ELF", alpha_syscall_entry, alpha_syscall_exit },
-#endif
#ifdef __amd64__
{ "FreeBSD ELF64", amd64_syscall_entry, amd64_syscall_exit },
{ "FreeBSD ELF32", amd64_fbsd32_syscall_entry, amd64_fbsd32_syscall_exit },
OpenPOWER on IntegriCloud