mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b1e23d9d9b
such as never including unistd.h and using close() on a FILE stream.
12 lines
393 B
Plaintext
12 lines
393 B
Plaintext
--- lib/yaflib/yaf/shared/yafcore/streamWriter.cpp.orig Sun Jan 23 16:52:02 2000
|
|
+++ lib/yaflib/yaf/shared/yafcore/streamWriter.cpp Sun Jan 23 16:52:11 2000
|
|
@@ -42,7 +42,7 @@
|
|
static OutputInterface* output;
|
|
|
|
static AudioWrapper* audioWrapper=NULL;
|
|
-static lInternalDevice;
|
|
+static int lInternalDevice;
|
|
|
|
void StreamWriter_sendSpeed(int speed);
|
|
void StreamWriter_sendSampleSize(int size);
|