diff options
author | nemoliu <nemoliu@FreeBSD.org> | 2010-02-01 00:21:53 +0800 |
---|---|---|
committer | nemoliu <nemoliu@FreeBSD.org> | 2010-02-01 00:21:53 +0800 |
commit | a65b7d8d0ee05995f11dfe6592953769e99ce6ea (patch) | |
tree | 910de5346fae269b1c1060bc2458406b2ebdf278 /editors | |
parent | bda4ff1c3d44748d3d95c9c846f3aac8828df46e (diff) | |
download | freebsd-ports-gnome-a65b7d8d0ee05995f11dfe6592953769e99ce6ea.tar.gz freebsd-ports-gnome-a65b7d8d0ee05995f11dfe6592953769e99ce6ea.tar.zst freebsd-ports-gnome-a65b7d8d0ee05995f11dfe6592953769e99ce6ea.zip |
- Remove include of utmp.h as it doesn't seem to be used by anything.
PR: ports/143063
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Diffstat (limited to 'editors')
-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 --------------- */ |