diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-02-22 07:23:26 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-02-22 07:23:26 +0000 |
| commit | 6f05a6e83667df43d20671d57b50f3be9bd915dd (patch) | |
| tree | 6ad9b2fc9633787b81e3937755ab225527a21c22 /sys/netinet | |
| parent | 91fe718914241e7be58399dff062a775d9257242 (diff) | |
Notes
Diffstat (limited to 'sys/netinet')
| -rw-r--r-- | sys/netinet/ip_mroute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_mroute.c b/sys/netinet/ip_mroute.c index cff9818dae7e7..5afffbb903c24 100644 --- a/sys/netinet/ip_mroute.c +++ b/sys/netinet/ip_mroute.c @@ -1863,7 +1863,7 @@ ip_mroute_mod_handle(struct lkm_table *lkmtp, int cmd) static int (*old_ip_mrouter_done)(); static int (*old_ip_mforward)(); static int (*old_mrt_ioctl)(); - static int (*old_proto4_input)(); + static void (*old_proto4_input)(); static int (*old_legal_vif_num)(); extern u_char ip_protox[]; extern struct protosw inetsw[]; |
