Remove memset prototype. Already present in sys/lib/libsa/stand.h.

This commit is contained in:
hannken 2003-10-31 10:49:25 +00:00
parent 101f03a0d5
commit ef301d7a07
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: biosdisk.c,v 1.18 2003/10/08 04:25:45 lukem Exp $ */
/* $NetBSD: biosdisk.c,v 1.19 2003/10/31 10:49:25 hannken Exp $ */
/*
* Copyright (c) 1996, 1998
@ -83,8 +83,6 @@
#include "bootinfo.h"
#endif
extern void memset(void *, int, size_t);
#define BUFSIZE (1 * BIOSDISK_SECSIZE)
struct biosdisk {