summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_usrreq.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2003-02-02 13:30:00 +0000
committeralfred <alfred@FreeBSD.org>2003-02-02 13:30:00 +0000
commit86daf0cca62a97be81f25418c5bc87bd61f30ce5 (patch)
treeef698c578fc83f9d33a0a199470e403aea1df556 /sys/kern/uipc_usrreq.c
parent8f9cc7853a3a43f6438de39dfffdcc207ccba0ef (diff)
downloadFreeBSD-src-86daf0cca62a97be81f25418c5bc87bd61f30ce5.zip
FreeBSD-src-86daf0cca62a97be81f25418c5bc87bd61f30ce5.tar.gz
Catch more uses of MIN().
Diffstat (limited to 'sys/kern/uipc_usrreq.c')
-rw-r--r--sys/kern/uipc_usrreq.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c
index 57b10ae..4b3693d3 100644
--- a/sys/kern/uipc_usrreq.c
+++ b/sys/kern/uipc_usrreq.c
@@ -1099,10 +1099,6 @@ unp_init(void)
LIST_INIT(&unp_shead);
}
-#ifndef MIN
-#define MIN(a,b) (((a)<(b))?(a):(b))
-#endif
-
static int
unp_internalize(controlp, td)
struct mbuf **controlp;
OpenPOWER on IntegriCloud