Add files forgotten in port update to version 0.65

This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-11-18 17:30:52 +00:00
parent eacc468fd2
commit ad3d42a46c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70414
4 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,12 @@
--- src/callbacks.c.orig Sun Nov 17 21:18:28 2002
+++ src/callbacks.c Sun Nov 17 21:19:26 2002
@@ -14,7 +14,8 @@
#include <dirent.h>
#include <gdk/gdkkeysyms.h>
#include <gdk/gdk.h>
-#include <linux/sem.h>
+#include <sys/ipc.h>
+#include <sys/sem.h>
#include <gnome.h>
#include <glib.h>
#include <time.h>

View file

@ -0,0 +1,12 @@
--- src/init_fnc.c.orig Sun Nov 17 21:19:50 2002
+++ src/init_fnc.c Sun Nov 17 21:20:39 2002
@@ -12,7 +12,8 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
-#include <linux/sem.h> /* for the value of SEMVMX */
+#include <sys/ipc.h>
+#include <sys/sem.h> /* for the value of SEMVMX */
#include <dirent.h>
#include <string.h>
#include <errno.h>

View file

@ -0,0 +1,12 @@
--- src/callbacks.c.orig Sun Nov 17 21:18:28 2002
+++ src/callbacks.c Sun Nov 17 21:19:26 2002
@@ -14,7 +14,8 @@
#include <dirent.h>
#include <gdk/gdkkeysyms.h>
#include <gdk/gdk.h>
-#include <linux/sem.h>
+#include <sys/ipc.h>
+#include <sys/sem.h>
#include <gnome.h>
#include <glib.h>
#include <time.h>

View file

@ -0,0 +1,12 @@
--- src/init_fnc.c.orig Sun Nov 17 21:19:50 2002
+++ src/init_fnc.c Sun Nov 17 21:20:39 2002
@@ -12,7 +12,8 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
-#include <linux/sem.h> /* for the value of SEMVMX */
+#include <sys/ipc.h>
+#include <sys/sem.h> /* for the value of SEMVMX */
#include <dirent.h>
#include <string.h>
#include <errno.h>