Changes are unknown. Package changes: * the c-preprocessor should now correctly chose whether to build big-endian or little-endian specific code * added support for NetBSD native audio API
14 lines
311 B
Text
14 lines
311 B
Text
$NetBSD: patch-aq,v 1.2 2002/03/23 02:23:01 wiz Exp $
|
|
|
|
--- sdif.h.orig Fri Jan 25 05:02:59 2002
|
|
+++ sdif.h
|
|
@@ -53,7 +53,8 @@
|
|
#ifndef __SDIF_H
|
|
#define __SDIF_H
|
|
|
|
-
|
|
+#include "cs.h"
|
|
+#undef printf
|
|
|
|
/****************************************************/
|
|
/* Create 32-bit and 64-bit int and float typedefs. */
|