diff options
author | julian <julian@FreeBSD.org> | 2000-12-12 23:56:16 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2000-12-12 23:56:16 +0000 |
commit | 825aa5c1b32389b54f15847261348e090c31b7fc (patch) | |
tree | 500fc948e2141484cb3ff60551ee791a36c2d9b9 /sys/dev/sr/if_sr.c | |
parent | 311130de4d2a80a3004c4ccba8e580dd929eb5bf (diff) | |
download | FreeBSD-src-825aa5c1b32389b54f15847261348e090c31b7fc.zip FreeBSD-src-825aa5c1b32389b54f15847261348e090c31b7fc.tar.gz |
Another mismatch found by Gcc:
This is what happenss when you let the patches pile up too long without
committing them.. brain rot..
Diffstat (limited to 'sys/dev/sr/if_sr.c')
-rw-r--r-- | sys/dev/sr/if_sr.c | 1 |
1 files changed, 0 insertions, 1 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 }; |