freebsd-ports/math/plplot/files/patch-ac
1998-09-27 20:13:16 +00:00

14 lines
399 B
Plaintext

--- 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