summaryrefslogtreecommitdiff
path: root/lang/mawk/patches/patch-ae
blob: 57acaa7e2897303a01421d36fdf5dd48e5d4f330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ae,v 1.1 2005/01/21 12:55:11 tv Exp $

--- fin.h.orig	2005-01-21 07:53:29.000000000 -0500
+++ fin.h
@@ -52,5 +52,7 @@ unsigned PROTO ( fillbuff, (int, char *,
 extern  FIN  *main_fin ;  /* for the main input stream */
 void   PROTO( open_main, (void) ) ;
 
+#if MSDOS
 void  PROTO(setmode, (int,int)) ;
+#endif
 #endif  /* FIN_H */