shithub: tlsclient

Download patch

ref: f384883d5a02d80c4cd26087e9194a18243ce668
parent: 02a90877ad29b7f1037ea577bee828a2f259a7e1
author: Jacob Moody <moody@posixcafe.org>
date: Tue Jul 5 17:59:40 EDT 2022

name required

--- a/cpu.c
+++ b/cpu.c
@@ -79,7 +79,7 @@
 }
 
 void
-suicide(int)
+suicide(int num)
 {
 	exit(0);
 }