summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-28 16:43:21 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-28 16:43:21 +0000
commitfcded05a2d41fd26e9f04e53cf37fcae9eefce8a (patch)
treec6834d7738338af61e58b40767e4035dc1a34737 /editors
parentRemove a patch forgotten in the last commit. (diff)
Fix build by explicitly including sys/param.h.
PR: 53871
Notes
Notes: svn path=/head/; revision=83775
Diffstat (limited to 'editors')
-rw-r--r--editors/glimmer/files/patch-src_file-io_c14
-rw-r--r--editors/glimmer/files/patch-src_main_c16
2 files changed, 23 insertions, 7 deletions
diff --git a/editors/glimmer/files/patch-src_file-io_c b/editors/glimmer/files/patch-src_file-io_c
index 0dd312c54ba5..4b5fa3a0f49b 100644
--- a/editors/glimmer/files/patch-src_file-io_c
+++ b/editors/glimmer/files/patch-src_file-io_c
@@ -1,6 +1,14 @@
---- src/file-io.c.orig Tue Jun 17 01:52:36 2003
-+++ src/file-io.c Tue Jun 17 01:53:49 2003
-@@ -102,10 +102,10 @@ void
+--- src/file-io.c.orig Thu Jan 10 12:51:15 2002
++++ src/file-io.c Sat Jun 28 12:38:16 2003
+@@ -24,6 +24,7 @@
+
+ #include <unistd.h>
+ #include <sys/types.h>
++#include <sys/param.h>
+
+ #include "declarations.h"
+ #include "file-io.h"
+@@ -102,10 +103,10 @@
new_file_real (char *filename)
{
GnomeVFSURI *uri;
diff --git a/editors/glimmer/files/patch-src_main_c b/editors/glimmer/files/patch-src_main_c
index 3d20104718c2..e4d43afdfa3f 100644
--- a/editors/glimmer/files/patch-src_main_c
+++ b/editors/glimmer/files/patch-src_main_c
@@ -1,6 +1,14 @@
---- src/main.c.orig Tue Jun 17 01:53:17 2003
-+++ src/main.c Tue Jun 17 01:54:18 2003
-@@ -342,7 +342,7 @@ main_finish (void *closure, int argc, ch
+--- src/main.c.orig Thu Jan 10 12:37:37 2002
++++ src/main.c Sat Jun 28 12:38:50 2003
+@@ -15,6 +15,7 @@
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
++#include <sys/param.h>
+ #include <sys/wait.h>
+
+ #include "declarations.h"
+@@ -342,7 +343,7 @@
gchar *path;
gchar *file;
gchar *full;
@@ -9,7 +17,7 @@
args = (gchar **) poptGetArgs (pctx);
-@@ -381,7 +381,7 @@ main_finish (void *closure, int argc, ch
+@@ -381,7 +382,7 @@
}
}
if (input_file) {