|
|
@@ -1,22 +1,11 @@
|
|
|
Index: Makefile
|
|
|
---- Makefile.orig 2005-07-03 00:44:28 +0200
|
|
|
-+++ Makefile 2007-05-17 17:56:15 +0200
|
|
|
-@@ -353,7 +353,6 @@
|
|
|
+--- Makefile.orig 2008-01-18 16:46:16 +0100
|
|
|
++++ Makefile 2008-01-19 09:53:00 +0100
|
|
|
+@@ -330,7 +330,6 @@
|
|
|
.PHONY: tags
|
|
|
|
|
|
tags:
|
|
|
-- -$(ETAGS) *.mli */*.mli *.ml */*.ml *.m */*.m *.c */*.c *.txt
|
|
|
+- -$(ETAGS) *.mli */*.mli *.ml */*.ml */*.m *.c */*.c *.txt
|
|
|
|
|
|
all:: TAGS
|
|
|
|
|
|
-Index: pty.c
|
|
|
---- pty.c.orig 2005-05-30 14:15:43 +0200
|
|
|
-+++ pty.c 2007-05-17 17:57:00 +0200
|
|
|
-@@ -21,6 +21,7 @@
|
|
|
- #endif
|
|
|
-
|
|
|
- #ifdef __FreeBSD__
|
|
|
-+#include <sys/types.h>
|
|
|
- #include <libutil.h>
|
|
|
- #define HAS_OPENPTY 1
|
|
|
- #endif
|