aboutsummaryrefslogtreecommitdiffstats
path: root/audio/tracker/files
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-02-09 23:10:33 +0800
committerache <ache@FreeBSD.org>1995-02-09 23:10:33 +0800
commit603cb2f314c49e1400ec7e919e0d913b5249cbc3 (patch)
treebdb103bc737aec1390ee73c90de72ef7334cca0b /audio/tracker/files
parent629ef54fe6a368d4a4868f31bc8bfd880587d140 (diff)
downloadfreebsd-ports-gnome-603cb2f314c49e1400ec7e919e0d913b5249cbc3.tar.gz
freebsd-ports-gnome-603cb2f314c49e1400ec7e919e0d913b5249cbc3.tar.zst
freebsd-ports-gnome-603cb2f314c49e1400ec7e919e0d913b5249cbc3.zip
Upgrade.
Diffstat (limited to 'audio/tracker/files')
-rw-r--r--audio/tracker/files/patch-aa19
1 files changed, 0 insertions, 19 deletions
diff --git a/audio/tracker/files/patch-aa b/audio/tracker/files/patch-aa
index 0b1951924755..41156918cb7d 100644
--- a/audio/tracker/files/patch-aa
+++ b/audio/tracker/files/patch-aa
@@ -75,22 +75,3 @@
###############################################################################
#
# C compiler flags and libraries for each machine.
-*** Unix/ui.c.old Wed Feb 1 23:33:08 1995
---- Unix/ui.c Thu Feb 2 12:36:44 1995
-***************
-*** 259,265 ****
- ioctl(fileno(stdin), TIOCSETP, psanity);
- #else /* __NeXT__ */
- #ifdef __FreeBSD__
-! tcsetattr(fileno(stdin), psanity);
- #else
- ioctl(fileno(stdin), TCSETA, psanity);
- #endif
---- 259,265 ----
- ioctl(fileno(stdin), TIOCSETP, psanity);
- #else /* __NeXT__ */
- #ifdef __FreeBSD__
-! tcsetattr(fileno(stdin), TCSADRAIN, psanity);
- #else
- ioctl(fileno(stdin), TCSETA, psanity);
- #endif