diff options
Diffstat (limited to 'math/plplot/files/patch-ac')
-rw-r--r-- | math/plplot/files/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/plplot/files/patch-ac b/math/plplot/files/patch-ac new file mode 100644 index 000000000000..d2bc00e8b1ac --- /dev/null +++ b/math/plplot/files/patch-ac @@ -0,0 +1,13 @@ +--- 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 + |