ports/misc/viz/files/patch-lists.c
Brooks Davis b8e225422d misc/viz: include errno.h for errno
errno must be accessed by a macro from errno.h.  This program was
partially converted in it's initial commit, but the removal of errno
declerations was incomplete.
2024-09-30 23:13:43 +01:00

13 lines
153 B
C

--- lists.c.orig
+++ lists.c
@@ -6,10 +6,6 @@
#include "viz.h"
-extern errno;
-
-extern char *malloc();
-
void
printlist(level, list)
int level;