From 57f0cd106874261708dbe7e5770e4779f4fd831b Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Fri, 7 Jan 2000 03:11:31 +0000 Subject: [PATCH] Remove an unused #define --- usr.sbin/ppp/mp.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/usr.sbin/ppp/mp.c b/usr.sbin/ppp/mp.c index 1829194a5fa7..16197b0dc149 100644 --- a/usr.sbin/ppp/mp.c +++ b/usr.sbin/ppp/mp.c @@ -85,18 +85,6 @@ #include "id.h" #include "arp.h" -/* - * When we set our MP socket buffer size, we need some extra space - * for the kernel to use to transfer the file descriptors and their - * control structure. In practice, this seems to be - * - * sizeof(struct msghdr) + sizeof(int) * SEND_MAXFD - * - * (see bundle.c for SEND_MAXFD), but as this isn't actually documented, - * we just add ``a bit extra'' - */ -#define SOCKET_OVERHEAD 100 - void peerid_Init(struct peerid *peer) {