mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
16 lines
270 B
C
16 lines
270 B
C
--- include/pcm.h.orig 2016-03-31 13:10:39 UTC
|
|
+++ include/pcm.h
|
|
@@ -29,6 +29,13 @@
|
|
#ifndef __ALSA_PCM_H
|
|
#define __ALSA_PCM_H
|
|
|
|
+#ifndef ESTRPIPE
|
|
+#define ESTRPIPE EPIPE
|
|
+#endif
|
|
+#ifndef EBADFD
|
|
+#define EBADFD EBADF
|
|
+#endif
|
|
+
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|