From 73ef390097385e0b78a08011405896ea6fe93d24 Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 15 Jan 1996 01:07:15 +0000 Subject: [PATCH] proto memcpy --- sys/lib/libsa/stand.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/lib/libsa/stand.h b/sys/lib/libsa/stand.h index f987bc84fb2..9470e7c8c43 100644 --- a/sys/lib/libsa/stand.h +++ b/sys/lib/libsa/stand.h @@ -1,4 +1,4 @@ -/* $NetBSD: stand.h,v 1.12 1995/09/18 21:19:47 pk Exp $ */ +/* $NetBSD: stand.h,v 1.13 1996/01/13 22:25:42 leo Exp $ */ /*- * Copyright (c) 1993 @@ -120,6 +120,7 @@ void gets __P((char *)); __dead void panic __P((const char *, ...)) __attribute__((noreturn)); __dead void _rtt __P((void)) __attribute__((noreturn)); void bcopy __P((const void *, void *, size_t)); +void *memcpy __P((void *, const void *, size_t)); void exec __P((char *, char *, int)); int open __P((const char *, int)); int close __P((int)); -- 2.20.1