diff options
author | 1998-02-08 04:14:13 +0000 | |
---|---|---|
committer | 1998-02-08 04:14:13 +0000 | |
commit | 02a233baf96dca8dbb003f8e44129f406daac890 (patch) | |
tree | d843a28e2942c60c388b364be0b1304905ee55fb | |
parent | let's exit from the right process when running standalone. (diff) | |
download | wireguard-openbsd-02a233baf96dca8dbb003f8e44129f406daac890.tar.xz wireguard-openbsd-02a233baf96dca8dbb003f8e44129f406daac890.zip |
Forward declare struct proc
-rw-r--r-- | sys/arch/i386/include/bus.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/include/bus.h b/sys/arch/i386/include/bus.h index 15c457b6c90..ac0a18c394f 100644 --- a/sys/arch/i386/include/bus.h +++ b/sys/arch/i386/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.10 1998/01/20 18:40:17 niklas Exp $ */ +/* $OpenBSD: bus.h,v 1.11 1998/02/08 04:14:13 niklas Exp $ */ /* $NetBSD: bus.h,v 1.6 1996/11/10 03:19:25 thorpej Exp $ */ /*- @@ -748,6 +748,7 @@ void bus_space_free __P((bus_space_tag_t t, bus_space_handle_t bsh, /* Forwards needed by prototypes below. */ struct mbuf; +struct proc; struct uio; /* |