mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
11 lines
238 B
Plaintext
11 lines
238 B
Plaintext
$NetBSD: patch-ae,v 1.1.1.1 2007/04/24 19:06:03 agc Exp $
|
|
|
|
--- safecpy.c 2007/04/24 07:25:17 1.1
|
|
+++ safecpy.c 2007/04/24 07:26:57
|
|
@@ -1,4 +1,5 @@
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
|
|
void
|
|
safecpy(char *to, char *from, int tolen)
|