freebsd-ports/japanese/gn-gnspool/files/patch-aa
Jun-ichiro itojun Hagino 51ff254b02 original distribution updated to 1.36.
PR:		6034
1998-03-21 01:50:10 +00:00

14 lines
248 B
Plaintext

--- key.c.orig Tue Apr 1 17:44:50 1997
+++ key.c Wed Feb 4 16:11:02 1998
@@ -47,6 +47,10 @@
# define exit(n) Exit(n)
#endif /* UNIX */
+#ifdef __FreeBSD__
+# include <sgtty.h>
+#endif /* __FreeBSD__ */
+
#include "nntp.h"
#include "gn.h"