diff options
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/audio.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/audio.4 b/share/man/man4/audio.4 index a488f5aae66..717bb6871a1 100644 --- a/share/man/man4/audio.4 +++ b/share/man/man4/audio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: audio.4,v 1.27 2002/06/30 22:02:13 miod Exp $ +.\" $OpenBSD: audio.4,v 1.28 2002/12/13 16:36:52 naddy Exp $ .\" $NetBSD: audio.4,v 1.20 1998/05/28 17:27:15 augustss Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -341,7 +341,7 @@ struct audio_prinfo { u_int encoding; /* data encoding (AUDIO_ENCODING_* above) */ u_int gain; /* volume level */ u_int port; /* selected I/O port */ - u_long seek; /* BSD extension */ + u_int seek; /* BSD extension */ u_int avail_ports; /* available I/O ports */ u_int buffer_size; /* total size audio buffer */ u_int _ispare[1]; |