From 7400f685232e863b0f966a5dc01641911f42b817 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Fri, 11 Jul 1997 22:24:33 +0000 Subject: cosmetic changes; netbsd --- sys/sys/audioio.h | 8 ++++---- sys/sys/poll.h | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'sys') 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 -- cgit v1.2.3