diff options
author | 2004-01-09 21:32:23 +0000 | |
---|---|---|
committer | 2004-01-09 21:32:23 +0000 | |
commit | 09fbfc43c5369ee6ddf6582133a8b0dbfe14382a (patch) | |
tree | ed7c51c7f19e2dd420ac4351c0745f5543c5fe53 /sys/dev/audio.c | |
parent | spelling; jjy2+@pitt.edu (diff) | |
download | wireguard-openbsd-09fbfc43c5369ee6ddf6582133a8b0dbfe14382a.tar.xz wireguard-openbsd-09fbfc43c5369ee6ddf6582133a8b0dbfe14382a.zip |
remove uvm_extern.h
tested on alpha, i386, powerpc, sparc64, m68k.
ok miod@
Diffstat (limited to 'sys/dev/audio.c')
-rw-r--r-- | sys/dev/audio.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/audio.c b/sys/dev/audio.c index 05a07bba0df..494066c3827 100644 --- a/sys/dev/audio.c +++ b/sys/dev/audio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: audio.c,v 1.42 2003/09/23 16:51:12 millert Exp $ */ +/* $OpenBSD: audio.c,v 1.43 2004/01/09 21:32:23 brad Exp $ */ /* $NetBSD: audio.c,v 1.105 1998/09/27 16:43:56 christos Exp $ */ /* @@ -85,8 +85,6 @@ #include <dev/rndvar.h> -#include <uvm/uvm_extern.h> - #include <machine/endian.h> #ifdef AUDIO_DEBUG |