mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
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.
13 lines
153 B
C
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;
|