Remove memset prototype. Already present in sys/lib/libsa/stand.h.
This commit is contained in:
parent
101f03a0d5
commit
ef301d7a07
|
@ -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
|
* Copyright (c) 1996, 1998
|
||||||
|
@ -83,8 +83,6 @@
|
||||||
#include "bootinfo.h"
|
#include "bootinfo.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern void memset(void *, int, size_t);
|
|
||||||
|
|
||||||
#define BUFSIZE (1 * BIOSDISK_SECSIZE)
|
#define BUFSIZE (1 * BIOSDISK_SECSIZE)
|
||||||
|
|
||||||
struct biosdisk {
|
struct biosdisk {
|
||||||
|
|
Loading…
Reference in New Issue