summaryrefslogtreecommitdiff
path: root/sys/kern/uipc_usrreq.c
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2003-02-02 13:30:00 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2003-02-02 13:30:00 +0000
commit04738e99b51edfe0c005c351139389b1bef174f8 (patch)
treeef698c578fc83f9d33a0a199470e403aea1df556 /sys/kern/uipc_usrreq.c
parentc023201af1177fa97e99d278c12f31c6fe2823ae (diff)
Notes
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 57b10ae655fd..4b3693d3517e 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;