diff options
Diffstat (limited to 'math/plplot/files/patch-ac')
-rw-r--r-- | math/plplot/files/patch-ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/math/plplot/files/patch-ac b/math/plplot/files/patch-ac deleted file mode 100644 index d2bc00e8b1ac..000000000000 --- a/math/plplot/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ ---- drivers/tek.c.orig Sat Sep 26 23:07:07 1998 -+++ drivers/tek.c Sat Sep 26 23:07:28 1998 -@@ -79,8 +79,8 @@ - static void tty_atexit (void); - #else - static void tty_setup (void) {}; --static int tty_cbreak (void) {return 0}; --static int tty_reset (void) {return 0}; -+static int tty_cbreak (void) {return 0;}; -+static int tty_reset (void) {return 0;}; - static void tty_atexit (void) {}; - #endif - |