From 825aa5c1b32389b54f15847261348e090c31b7fc Mon Sep 17 00:00:00 2001 From: julian Date: Tue, 12 Dec 2000 23:56:16 +0000 Subject: Another mismatch found by Gcc: This is what happenss when you let the patches pile up too long without committing them.. brain rot.. --- sys/dev/sr/if_sr.c | 1 - sys/dev/sr/if_sr_isa.c | 1 - sys/i386/isa/if_sr.c | 1 - 3 files changed, 3 deletions(-) diff --git a/sys/dev/sr/if_sr.c b/sys/dev/sr/if_sr.c index 86efdb7..78acfdd 100644 --- a/sys/dev/sr/if_sr.c +++ b/sys/dev/sr/if_sr.c @@ -385,7 +385,6 @@ static struct ng_type typestruct = { NULL, ngsr_connect, ngsr_rcvdata, - ngsr_rcvdata, ngsr_disconnect, NULL }; diff --git a/sys/dev/sr/if_sr_isa.c b/sys/dev/sr/if_sr_isa.c index 86efdb7..78acfdd 100644 --- a/sys/dev/sr/if_sr_isa.c +++ b/sys/dev/sr/if_sr_isa.c @@ -385,7 +385,6 @@ static struct ng_type typestruct = { NULL, ngsr_connect, ngsr_rcvdata, - ngsr_rcvdata, ngsr_disconnect, NULL }; diff --git a/sys/i386/isa/if_sr.c b/sys/i386/isa/if_sr.c index 86efdb7..78acfdd 100644 --- a/sys/i386/isa/if_sr.c +++ b/sys/i386/isa/if_sr.c @@ -385,7 +385,6 @@ static struct ng_type typestruct = { NULL, ngsr_connect, ngsr_rcvdata, - ngsr_rcvdata, ngsr_disconnect, NULL }; -- cgit v1.1