diff options
author | brian <brian@FreeBSD.org> | 2000-01-07 03:11:31 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2000-01-07 03:11:31 +0000 |
commit | a1f298998e780dc5f8f251cc1240d4a5fbb9e03c (patch) | |
tree | b521004fa2c42e9f2fa43a8c2aac2babb5257e77 /usr.sbin/ppp/mp.c | |
parent | 34d480a4de8b566852a0c48923dedd3f852d5a43 (diff) | |
download | FreeBSD-src-a1f298998e780dc5f8f251cc1240d4a5fbb9e03c.zip FreeBSD-src-a1f298998e780dc5f8f251cc1240d4a5fbb9e03c.tar.gz |
Remove an unused #define
Diffstat (limited to 'usr.sbin/ppp/mp.c')
-rw-r--r-- | usr.sbin/ppp/mp.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/usr.sbin/ppp/mp.c b/usr.sbin/ppp/mp.c index 1829194..16197b0 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) { |