mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 18:58:55 -04:00
14 lines
351 B
Plaintext
14 lines
351 B
Plaintext
$NetBSD: patch-ab,v 1.2 2009/08/31 20:07:32 wiz Exp $
|
|
|
|
--- pulse/pulse.h.orig 2009-08-31 13:09:41.000000000 +0000
|
|
+++ pulse/pulse.h
|
|
@@ -46,3 +46,8 @@ int pulse_connect(snd_pulse_t * p, const
|
|
|
|
void pulse_poll_activate(snd_pulse_t * p);
|
|
void pulse_poll_deactivate(snd_pulse_t * p);
|
|
+
|
|
+#include <errno.h>
|
|
+#ifndef EBADFD
|
|
+#define EBADFD EBADF
|
|
+#endif
|