Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/sys/audioio.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/sys/audioio.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- src/sys/sys/audioio.h 1996/04/09 20:55:22 1.6 +++ src/sys/sys/audioio.h 1997/01/22 07:09:05 1.7 @@ -1,4 +1,4 @@ -/* $NetBSD: audioio.h,v 1.6 1996/04/09 20:55:22 cgd Exp $ */ +/* $NetBSD: audioio.h,v 1.7 1997/01/22 07:09:05 mikel Exp $ */ /* * Copyright (c) 1991-1993 Regents of the University of California. @@ -34,8 +34,8 @@ * */ -#ifndef _AUDIOIO_H_ -#define _AUDIOIO_H_ +#ifndef _SYS_AUDIOIO_H_ +#define _SYS_AUDIOIO_H_ /* * Audio device @@ -252,4 +252,4 @@ typedef struct mixer_ctrl { #define AudioCMonitor "Monitor" #define AudioCEqualization "Equalization" -#endif /* _AUDIOIO_H_ */ +#endif /* !_SYS_AUDIOIO_H_ */