SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
editors/axe/patches/patch-Widgets_AxeEditor_c
Normal file
21
editors/axe/patches/patch-Widgets_AxeEditor_c
Normal file
|
@ -0,0 +1,21 @@
|
|||
Index: Widgets/AxeEditor.c
|
||||
--- Widgets/AxeEditor.c.orig
|
||||
+++ Widgets/AxeEditor.c
|
||||
@@ -49,13 +49,15 @@
|
||||
#include <FileNom.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/stat.h>
|
||||
-#include <sys/errno.h>
|
||||
+#include <sys/wait.h>
|
||||
+#include <ctype.h>
|
||||
+#include <errno.h>
|
||||
#include <signal.h>
|
||||
-extern int errno;
|
||||
#ifndef __BSD_4_4__
|
||||
extern char *sys_errlist[];
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
+#include <stdlib.h>
|
||||
|
||||
#ifdef EXTENSION
|
||||
#include "Language.h"
|
Loading…
Add table
Add a link
Reference in a new issue