pkgsrc/lang/awka/patches/patch-aa
tv 58c0dcaf2a Remove setmode() declaration that is different from BSD's. Caused build
failure on Interix.

Turn off shlib for now.  It's unversioned and quite primitive, and nothing
is currently depending on it.
2005-11-02 15:54:04 +00:00

11 lines
340 B
Text

$NetBSD: patch-aa,v 1.1 2005/11/02 15:54:04 tv Exp $
--- awka/fin.h.orig 2001-07-06 01:03:46.000000000 -0400
+++ awka/fin.h
@@ -51,6 +51,4 @@ unsigned PROTO ( fillbuff, (int, char *,
extern FIN *main_fin ; /* for the main input stream */
void PROTO( open_main, (void) ) ;
-
-void PROTO(setmode, (int,int)) ;
#endif /* FIN_H */