diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1997-07-11 22:24:33 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1997-07-11 22:24:33 +0000 |
commit | 7400f685232e863b0f966a5dc01641911f42b817 (patch) | |
tree | b73094e1b0c526a1a118102c80962b50dcfa4d39 /sys | |
parent | 52bed602c8b2bb8aa516439a70e8d30c26e6db3b (diff) |
cosmetic changes; netbsd
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/audioio.h | 8 | ||||
-rw-r--r-- | sys/sys/poll.h | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/sys/sys/audioio.h b/sys/sys/audioio.h index 92b76fc9db5..0c775418596 100644 --- a/sys/sys/audioio.h +++ b/sys/sys/audioio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: audioio.h,v 1.5 1996/04/21 22:31:28 deraadt Exp $ */ +/* $OpenBSD: audioio.h,v 1.6 1997/07/11 22:24:32 provos Exp $ */ /* $NetBSD: audioio.h,v 1.6 1996/04/09 20:55:22 cgd Exp $ */ /* @@ -35,8 +35,8 @@ * */ -#ifndef _AUDIOIO_H_ -#define _AUDIOIO_H_ +#ifndef _SYS_AUDIOIO_H_ +#define _SYS_AUDIOIO_H_ /* * Audio device @@ -253,4 +253,4 @@ typedef struct mixer_ctrl { #define AudioCMonitor "Monitor" #define AudioCEqualization "Equalization" -#endif /* _AUDIOIO_H_ */ +#endif /* _SYS_AUDIOIO_H_ */ diff --git a/sys/sys/poll.h b/sys/sys/poll.h index 97160d848c2..90341534836 100644 --- a/sys/sys/poll.h +++ b/sys/sys/poll.h @@ -1,4 +1,4 @@ -/* $OpenBSD: poll.h,v 1.1 1996/05/18 08:53:08 deraadt Exp $ */ +/* $OpenBSD: poll.h,v 1.2 1997/07/11 22:24:31 provos Exp $ */ /* * Copyright (c) 1996 Theo de Raadt @@ -43,6 +43,7 @@ struct pollfd { #define POLLHUP 0x0010 #define POLLNVAL 0x0020 #define POLLRDNORM 0x0040 +#define POLLWRNORM POLLOUT #define POLLRDBAND 0x0080 #define POLLWRBAND 0x0100 |