diff options
author | 2003-08-07 19:54:14 +0000 | |
---|---|---|
committer | 2003-08-07 19:54:14 +0000 | |
commit | c2d69d774df3668edae9f71e0af74ca65814519b (patch) | |
tree | 74ff689889a1ac70f0f1d5960ec5b7116566e360 | |
parent | make all intr_establish take the same last arg for name (diff) | |
download | wireguard-openbsd-c2d69d774df3668edae9f71e0af74ca65814519b.tar.xz wireguard-openbsd-c2d69d774df3668edae9f71e0af74ca65814519b.zip |
dead proto
-rw-r--r-- | sys/arch/hppa/hppa/machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/machdep.c b/sys/arch/hppa/hppa/machdep.c index 1f395187df8..464e68591d2 100644 --- a/sys/arch/hppa/hppa/machdep.c +++ b/sys/arch/hppa/hppa/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.109 2003/08/07 19:26:19 mickey Exp $ */ +/* $OpenBSD: machdep.c,v 1.110 2003/08/07 19:54:14 mickey Exp $ */ /* * Copyright (c) 1999-2002 Michael Shalayeff @@ -175,7 +175,6 @@ void delay_init(void); static __inline void fall(int, int, int, int, int); void dumpsys(void); void hpmc_dump(void); -void hppa_user2frame(struct trapframe *sf, struct trapframe *tf); /* * wide used hardware params |