diff options
author | miwi <miwi@FreeBSD.org> | 2007-04-25 06:37:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-04-25 06:37:03 +0800 |
commit | e20a3615a6cf3378f9436b97abe9c0b241912617 (patch) | |
tree | 8ca9a55f02bf906a00eaa75155a10be4ab9fac41 /misc/heyu2/files | |
parent | d4aad3f0e2def680b5b833e53f9d2df4f1635b96 (diff) | |
download | freebsd-ports-gnome-e20a3615a6cf3378f9436b97abe9c0b241912617.tar.gz freebsd-ports-gnome-e20a3615a6cf3378f9436b97abe9c0b241912617.tar.zst freebsd-ports-gnome-e20a3615a6cf3378f9436b97abe9c0b241912617.zip |
- Update to 2.0.b10
PR: 112042
Submitted by: Michael Stowe <mstowe@chicago.us.mensa.org> (maintainer)
Diffstat (limited to 'misc/heyu2/files')
-rw-r--r-- | misc/heyu2/files/patch-tty.c-tty_aux.c | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/misc/heyu2/files/patch-tty.c-tty_aux.c b/misc/heyu2/files/patch-tty.c-tty_aux.c deleted file mode 100644 index 77fb8d0fd032..000000000000 --- a/misc/heyu2/files/patch-tty.c-tty_aux.c +++ /dev/null @@ -1,32 +0,0 @@ ---- tty.c Sun Mar 30 22:57:59 2003 -+++ tty.c Thu Mar 15 22:48:59 2007 -@@ -86,11 +86,11 @@ - #include <sgtty.h> - struct sgttyb oldsb, newsb; - #else --#ifndef POSIX --#include <termio.h> - #ifndef NCC - #define NCC NCCS - #endif -+#ifndef POSIX -+#include <termio.h> - struct termio oldsb, newsb; - #else - #include <termios.h> ---- tty_aux.c Sun Mar 30 22:57:59 2003 -+++ tty_aux.c Thu Mar 15 22:48:59 2007 -@@ -86,11 +86,11 @@ - #include <sgtty.h> - struct sgttyb oldsb, newsb; - #else --#ifndef POSIX --#include <termio.h> - #ifndef NCC - #define NCC NCCS - #endif -+#ifndef POSIX -+#include <termio.h> - struct termio oldsb, newsb; - #else - #include <termios.h> |