PERFORCE change 53340 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun May 23 13:46:32 PDT 2004


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

Change 53340 by marcel at marcel_nfs on 2004/05/23 13:45:40

	Remove broken and bogus redefinition of DDB.

Affected files ...

.. //depot/projects/gdb/sys/dev/sound/isa/uartsio.c#3 edit

Differences ...

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

@@ -54,11 +54,6 @@
 
 static devclass_t midi_devclass;
 
-#ifndef DDB
-#undef DDB
-#define DDB(x)
-#endif /* DDB */
-
 #define TX_FIFO_SIZE 16
 
 extern synthdev_info midisynth_op_desc;


More information about the p4-projects mailing list