add a prototype for bcopy.

This commit is contained in:
christos 2008-03-25 23:19:51 +00:00
parent 93f951ce0d
commit 3d8daf0799
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: libkern.h,v 1.75 2008/02/17 22:49:11 matt Exp $ */
/* $NetBSD: libkern.h,v 1.76 2008/03/25 23:19:51 christos Exp $ */
/*-
* Copyright (c) 1992, 1993
@ -246,6 +246,7 @@ struct mtprng_state {
/* Prototypes for non-quad routines. */
/* XXX notyet #ifdef _STANDALONE */
int bcmp __P((const void *, const void *, size_t));
int bcopy __P((void *, const void *, size_t));
void bzero __P((void *, size_t));
/* #endif */