diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-09-06 14:02:15 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-09-06 14:02:15 +0000 |
commit | c2130fc8f81ea7b4870bf3ffcf091afd9a384eac (patch) | |
tree | f3aa9aa09101b3dcd03b1caf5d03a1627fbea85a /shells/viewglob/files | |
parent | b3f7b8948e1a24867302abdcc1d4f82d1416b0c2 (diff) |
Notes
Diffstat (limited to 'shells/viewglob/files')
-rw-r--r-- | shells/viewglob/files/patch-src::Makefile.in | 23 | ||||
-rw-r--r-- | shells/viewglob/files/patch-vgseer_ptytty.c (renamed from shells/viewglob/files/patch-src::ptytty.c) | 8 |
2 files changed, 4 insertions, 27 deletions
diff --git a/shells/viewglob/files/patch-src::Makefile.in b/shells/viewglob/files/patch-src::Makefile.in deleted file mode 100644 index 9b28ec34d26d..000000000000 --- a/shells/viewglob/files/patch-src::Makefile.in +++ /dev/null @@ -1,23 +0,0 @@ ---- src/Makefile.in.orig Tue Jan 18 19:14:11 2005 -+++ src/Makefile.in Tue Jan 18 19:14:58 2005 -@@ -91,7 +91,6 @@ - # Very slight modifications to these files from Marc J. Rochkind's - # book Advanced Unix Programming 2nd ed. You can get them on the - # web at: http://www.basepath.com/aup/ --BUILT_SOURCES = tc_setraw.viewglob.c tc_setraw.viewglob.h - - CLEANFILES = viewglob .zshrc getopt.sh \ - tc_setraw.viewglob.c tc_setraw.viewglob.h -@@ -478,10 +477,10 @@ - - .zshrc: Makefile - cp -f init-viewglob.zshrc .zshrc --tc_setraw.viewglob.c: Makefile -+tc_setraw.viewglob.c: - rm -f tc_setraw.viewglob.c - patch -i tc_setraw.c.diff -o tc_setraw.viewglob.c tc_setraw.c --tc_setraw.viewglob.h: Makefile -+tc_setraw.viewglob.h: - rm -f tc_setraw.viewglob.h - patch -i tc_setraw.h.diff -o tc_setraw.viewglob.h tc_setraw.h - diff --git a/shells/viewglob/files/patch-src::ptytty.c b/shells/viewglob/files/patch-vgseer_ptytty.c index 29f2294732a8..8e0e0e33f58d 100644 --- a/shells/viewglob/files/patch-src::ptytty.c +++ b/shells/viewglob/files/patch-vgseer_ptytty.c @@ -1,6 +1,6 @@ ---- src/ptytty.c.orig Fri Nov 19 07:43:59 2004 -+++ src/ptytty.c Tue Jan 18 19:26:30 2005 -@@ -48,7 +48,6 @@ +--- vgseer/ptytty.c.orig Mon Apr 25 18:21:55 2005 ++++ vgseer/ptytty.c Tue Sep 6 15:43:01 2005 +@@ -60,7 +60,6 @@ # include <sys/ioctl.h> #endif #if defined(PTYS_ARE_PTMX) && !defined(__CYGWIN32__) @@ -8,7 +8,7 @@ #endif -@@ -71,6 +70,11 @@ +@@ -83,6 +82,11 @@ rxvt_get_pty(int *fd_tty, const char **ttydev) { int pfd; |