summaryrefslogtreecommitdiff
path: root/usr.sbin/rbootd
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-20 15:02:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-20 15:02:40 +0000
commita17d6da8d0ac7753b712a1252841a8b65e19d988 (patch)
tree61be46508cafad22cee9f71779632da074b999f2 /usr.sbin/rbootd
parent2ae80e9359175a0b3fc44540354dd858d4463cbd (diff)
No need to depend on MCLBYTES here.
Diffstat (limited to 'usr.sbin/rbootd')
-rw-r--r--usr.sbin/rbootd/rmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rbootd/rmp.h b/usr.sbin/rbootd/rmp.h
index 171f77fbb30..56bc629463c 100644
--- a/usr.sbin/rbootd/rmp.h
+++ b/usr.sbin/rbootd/rmp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rmp.h,v 1.3 2003/06/02 23:36:54 millert Exp $ */
+/* $OpenBSD: rmp.h,v 1.4 2013/03/20 15:02:39 deraadt Exp $ */
/* $NetBSD: rmp.h,v 1.4 1995/10/06 05:12:18 thorpej Exp $ */
/*
@@ -50,7 +50,7 @@
* MCLBYTES is for bpfwrite(); it is adamant about using a cluster.
*/
-#define RMP_MAX_PACKET MIN(1514,MCLBYTES)
+#define RMP_MAX_PACKET 1514
#define RMP_MIN_PACKET 60
/*