blob: 45aff8415e8ce39300ad2f4e520b6d146f60f0eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.1 2009/04/07 18:45:04 hasso Exp $
--- globals.h.orig 2009-04-06 11:37:54 +0300
+++ globals.h 2009-04-06 11:38:05 +0300
@@ -22,7 +22,7 @@ extern char notsame[];
extern char def_format[];
extern int noquery;
extern int force;
-extern int fls;
+extern int cfls;
extern int autokill;
extern int sysop;
extern int simulate;
|