ports/math/calc/patches/patch-help_c

13 lines
208 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: help.c
--- help.c.orig
+++ help.c
@@ -29,7 +29,7 @@
#include <ctype.h>
#include <sys/types.h>
#include <signal.h>
-#include <sys/errno.h>
+#include <errno.h>
#include "calc.h"
#include "conf.h"