Remove redundant declaration for worminit(). Dunno why my config(8)

didn't generate it, but it's supposed to.
This commit is contained in:
Joerg Wunsch 1996-01-29 19:46:26 +00:00
parent dc1a0cbb63
commit 5044d1ff0b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13716

View file

@ -43,7 +43,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: worm.c,v 1.21 1996/01/28 09:56:04 joerg Exp $
* $Id: worm.c,v 1.22 1996/01/28 23:33:23 joerg Exp $
*/
/* XXX This is PRELIMINARY.
@ -144,7 +144,6 @@ static d_open_t wormopen;
static d_close_t wormclose;
static d_ioctl_t wormioctl;
static d_strategy_t wormstrategy;
void worminit (void);
#define CDEV_MAJOR 62
static struct cdevsw worm_cdevsw =