PERFORCE change 53343 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun May 23 13:50:54 PDT 2004


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

Change 53343 by marcel at marcel_nfs on 2004/05/23 13:50:03

	Remove broken and bogus redefinition of DDB.

Affected files ...

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

Differences ...

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

@@ -46,11 +46,6 @@
 
 static devclass_t midi_devclass;
 
-#ifndef DDB
-#undef DDB
-#define DDB(x)
-#endif /* DDB */
-
 #define MPU_DATAPORT   0
 #define MPU_CMDPORT    1
 #define MPU_STATPORT   1


More information about the p4-projects mailing list