Subject: Re: Patches for building latest -current
To: Brian Moore <ziff@eecs.umich.edu>
From: John F. Woods <jfw@jfwhome.funhouse.com>
List: current-users
Date: 06/18/1995 13:33:22
> Does anybody have any patches to get the mroute.c file to compile for
> usr.bin/netstat with the latest version of current?
yes, here's what I used:
#include <stdio.h>
void mroutepr(a, b, c)
unsigned long a, b, c;
{
printf("Sorry.\n");
}
mrt_stats() {
printf("Sorry.\n");
}
Granted, I don't make a great deal of use of multicast... :-)
(However, if you don't either, this will indeed tide you over until sup
works again. Just remember to save the original.)