PERFORCE change 53345 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun May 23 13:53:26 PDT 2004


http://perforce.freebsd.org/chv.cgi?CH=53345

Change 53345 by marcel at marcel_nfs on 2004/05/23 13:53:07

	Remove broken and bogus redefinition of DDB.

Affected files ...

.. //depot/projects/gdb/sys/dev/sound/pci/csamidi.c#3 edit

Differences ...

==== //depot/projects/gdb/sys/dev/sound/pci/csamidi.c#3 (text+ko) ====

@@ -36,11 +36,6 @@
 
 static devclass_t midi_devclass;
 
-#ifndef DDB
-#undef DDB
-#define DDB(x)
-#endif /* DDB */
-
 #define CSAMIDI_RESET      0xff
 #define CSAMIDI_UART       0x3f
 #define CSAMIDI_ACK        0xfe


More information about the p4-projects mailing list