Page MenuHomeFreeBSD

D44555.diff
No OneTemporary

D44555.diff

diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h
--- a/sys/dev/sound/pcm/sound.h
+++ b/sys/dev/sound/pcm/sound.h
@@ -519,7 +519,7 @@
mtx_unlock(&Giant); \
} \
} while (0)
-#else /* SND_DIAGNOSTIC */
+#else /* !SND_DIAGNOSTIC */
#define PCM_WAIT(x) do { \
PCM_LOCKASSERT(x); \
while ((x)->flags & SD_F_BUSY) \
@@ -590,7 +590,7 @@
mtx_unlock(&Giant); \
} \
} while (0)
-#endif /* !SND_DIAGNOSTIC */
+#endif /* SND_DIAGNOSTIC */
#define PCM_GIANT_LEAVE(x) \
PCM_GIANT_EXIT(x); \

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 3, 2:29 AM (1 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16938211
Default Alt Text
D44555.diff (563 B)

Event Timeline