Date: Sun, 23 May 2004 13:53:24 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 53345 for review Message-ID: <200405232053.i4NKrOHT079475@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=53345 Change 53345 by marcel@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405232053.i4NKrOHT079475>