[13051] in Athena Bugs
synctree problems....
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Tue Dec 27 15:49:39 1994
From: epeisach@MIT.EDU
Date: Tue, 27 Dec 1994 15:49:35 -0500
To: bugs@MIT.EDU
Cc: rel-eng@MIT.EDU
Type errors that may getcha...
Ezra
===================================================================
RCS file: RCS/rules.c,v
retrieving revision 1.1
diff -c -r1.1 rules.c
*** 1.1 1994/06/16 13:58:33
--- rules.c 1994/07/05 17:10:59
***************
*** 19,26 ****
extern bool nosrcrules;
extern bool nodstrules;
! extern src_rule_file;
! extern dst_rule_file;
extern int verbosef;
--- 19,26 ----
extern bool nosrcrules;
extern bool nodstrules;
! extern char *src_rule_file;
! extern char *dst_rule_file;
extern int verbosef;
***************
*** 27,33 ****
char srcpath;
char dstpath;
! void compute_ifs();
int findrule(pathname,rtype,ftype,srcpath)
enum rule_type rtype;
--- 27,33 ----
char srcpath;
char dstpath;
! static void compute_ifs();
int findrule(pathname,rtype,ftype,srcpath)
enum rule_type rtype;