1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

remove MIN now that it's a standard kernel define

This commit is contained in:
Alfred Perlstein 2003-02-02 13:21:05 +00:00
parent 8deebb0160
commit c023201af1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110233
2 changed files with 0 additions and 3 deletions

View File

@ -30,8 +30,6 @@
SND_DECLARE_FILE("$FreeBSD$");
#define MIN(x, y) (((x) < (y))? (x) : (y))
#define SNDBUF_NAMELEN 48
struct snd_dbuf {
device_t dev;

View File

@ -35,7 +35,6 @@ SND_DECLARE_FILE("$FreeBSD$");
#define DMA_ALIGN_THRESHOLD 4
#define DMA_ALIGN_MASK (~(DMA_ALIGN_THRESHOLD - 1))
#define MIN(x, y) (((x) < (y))? (x) : (y))
#define CANCHANGE(c) (!(c->flags & CHN_F_TRIGGERED))
/*