summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>1997-02-06 06:28:52 +0000
committermickey <mickey@openbsd.org>1997-02-06 06:28:52 +0000
commitbd1f345566198fea305a3e8800a1972ae5a8e66c (patch)
tree31b795f20beb164ed8746105dbbbec3b9a6e1b55
parentNow with the miniroot using the rd driver, the inst and kc may become (diff)
downloadwireguard-openbsd-bd1f345566198fea305a3e8800a1972ae5a8e66c.tar.xz
wireguard-openbsd-bd1f345566198fea305a3e8800a1972ae5a8e66c.zip
missed test compile );
-rw-r--r--sys/lib/libsa/cread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/cread.c b/sys/lib/libsa/cread.c
index 649d162187d..b5fdbc9ee99 100644
--- a/sys/lib/libsa/cread.c
+++ b/sys/lib/libsa/cread.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cread.c,v 1.2 1997/02/06 06:19:58 mickey Exp $ */
+/* $OpenBSD: cread.c,v 1.3 1997/02/06 06:28:52 mickey Exp $ */
/* $NetBSD: cread.c,v 1.2 1997/02/04 18:38:20 thorpej Exp $ */
/*
@@ -91,7 +91,7 @@ unsigned size;
return(alloc(items * size));
}
-void zfree (opaque, ptr)
+void zfree (opaque, ptr, size)
void *opaque;
void *ptr;
size_t size;