diff options
author | Tong LIU <nemoliu@FreeBSD.org> | 2010-01-31 16:21:53 +0000 |
---|---|---|
committer | Tong LIU <nemoliu@FreeBSD.org> | 2010-01-31 16:21:53 +0000 |
commit | 7633c5e12066f59ddec33bf00a56f90c3ba45aa9 (patch) | |
tree | 55f702609f80e3388a56716f1d0e6cb94b3c72cd /editors/texmacs | |
parent | aebdaaca2dc79835622beea6ccadb51674fec151 (diff) | |
download | ports-7633c5e12066f59ddec33bf00a56f90c3ba45aa9.tar.gz ports-7633c5e12066f59ddec33bf00a56f90c3ba45aa9.zip |
Notes
Diffstat (limited to 'editors/texmacs')
-rw-r--r-- | editors/texmacs/files/patch-plugins__r__src__tm_r.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/editors/texmacs/files/patch-plugins__r__src__tm_r.c b/editors/texmacs/files/patch-plugins__r__src__tm_r.c index 935ff54c8fbc..cf93a38a7d4b 100644 --- a/editors/texmacs/files/patch-plugins__r__src__tm_r.c +++ b/editors/texmacs/files/patch-plugins__r__src__tm_r.c @@ -1,6 +1,6 @@ ---- plugins/r/src/tm_r.c.orig 2010-01-05 12:02:13.000000000 -0800 -+++ plugins/r/src/tm_r.c 2010-01-05 12:06:43.000000000 -0800 -@@ -11,10 +11,15 @@ +--- plugins/r/src/tm_r.c.orig 2009-11-26 10:55:09.000000000 -0800 ++++ plugins/r/src/tm_r.c 2010-01-20 22:48:57.000000000 -0800 +@@ -11,11 +11,15 @@ #include "config.h" #include <stdio.h> @@ -12,11 +12,12 @@ #if HAVE_PTY_H #include <pty.h> #endif +-#include <utmp.h> +#endif - #include <utmp.h> #include <unistd.h> #include <termios.h> -@@ -23,7 +28,6 @@ + #include <stdlib.h> +@@ -23,7 +27,6 @@ #include <string.h> @@ -24,7 +25,7 @@ #include <sys/stat.h> #include <fcntl.h> #include <sys/time.h> -@@ -469,7 +473,11 @@ +@@ -469,7 +472,11 @@ #endif /* Main pselect switch --------------- */ |