f11fd9f2ab
nn is a menu based (point and shoot) netnews reader with a complete set of features to satisfy both the expert and the novice user. Since its first release in Denmark in 1984 (!), in Europe in 1988, and the global release in June 1989, it has replaced rn and other well-known news readers at many sites. from aaron w. hsu (MAINTAINER) with tweaks by ajacoutot@ and me
13 lines
401 B
Plaintext
13 lines
401 B
Plaintext
$OpenBSD: patch-term_c,v 1.1.1.1 2008/11/17 08:42:13 jasper Exp $
|
|
--- term.c.orig Sun Jul 20 16:39:03 2008
|
|
+++ term.c Sun Jul 20 16:39:38 2008
|
|
@@ -25,7 +25,7 @@
|
|
#include "regexp.h"
|
|
#include "nn_term.h"
|
|
|
|
-#if !defined(__FreeBSD__) && !(__NetBSD__) && !defined(NeXT)
|
|
+#if !defined(__FreeBSD__) && !(__NetBSD__) && !(__OpenBSD__) && !defined(NeXT)
|
|
#include <stropts.h>
|
|
#else
|
|
#include <sys/ioctl.h>
|