File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- /* $NetBSD: main.c,v 1.16 2000/05/08 07:56:05 mycroft Exp $ */
1
+ /* $NetBSD: main.c,v 1.17 2001/02/05 01:02:45 christos Exp $ */
2
2
3
3
/*
4
4
* Copyright (c) 1980, 1993
@@ -43,14 +43,17 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
43
43
#if 0
44
44
static char sccsid [] = "@(#)main.c 8.1 (Berkeley) 5/31/93" ;
45
45
#else
46
- __RCSID ("$NetBSD: main.c,v 1.16 2000/05/08 07:56:05 mycroft Exp $" );
46
+ __RCSID ("$NetBSD: main.c,v 1.17 2001/02/05 01:02:45 christos Exp $" );
47
47
#endif
48
48
#endif /* not lint */
49
49
50
50
# include "robots.h"
51
51
52
52
int main __P ((int , char * * ));
53
53
54
+ extern const char * Scorefile ;
55
+ extern int Max_per_uid ;
56
+
54
57
int
55
58
main (ac , av )
56
59
int ac ;
@@ -59,8 +62,6 @@ main(ac, av)
59
62
const char * sp ;
60
63
bool bad_arg ;
61
64
bool show_only ;
62
- extern const char * Scorefile ;
63
- extern int Max_per_uid ;
64
65
int score_wfd ; /* high score writable file descriptor */
65
66
int score_err = 0 ; /* hold errno from score file open */
66
67
You can’t perform that action at this time.
0 commit comments