From c528b8ff53b652b684652d7608f3e3b6b9abe8f2 Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Sat, 4 Sep 1999 14:33:58 +0000 Subject: [PATCH] Make the idempotency ifdefs uniform with the rest of src/sys/sys. --- sys/sys/soundcard.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/sys/soundcard.h b/sys/sys/soundcard.h index 4396b4fe5521..1649f8a754e1 100644 --- a/sys/sys/soundcard.h +++ b/sys/sys/soundcard.h @@ -30,8 +30,8 @@ * $FreeBSD$ */ -#ifndef SOUNDCARD_H -#define SOUNDCARD_H +#ifndef _SYS_SOUNDCARD_H_ +#define _SYS_SOUNDCARD_H_ /* * If you make modifications to this file, please contact me before * distributing the modified version. There is already enough @@ -1363,4 +1363,4 @@ void seqbuf_dump __P((void)); /* This function must be provided by programs */ #define SOUND_PCM_MAPINBUF SNDCTL_DSP_MAPINBUF #define SOUND_PCM_MAPOUTBUF SNDCTL_DSP_MAPOUTBUF -#endif /* SOUNDCARD_H */ +#endif /* !_SYS_SOUNDCARD_H_ */