PERFORCE change 124880 for review

Zhouyi ZHOU zhouzhouyi at FreeBSD.org
Tue Aug 7 23:43:12 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=124880

Change 124880 by zhouzhouyi at zhouzhouyi_mactest on 2007/08/08 06:42:47

	move some common function of mac hook match into macconf.c

Affected files ...

.. //depot/projects/soc2007/zhouzhouyi_mactest_soc/regression/mactest/mactest.h#2 edit

Differences ...

==== //depot/projects/soc2007/zhouzhouyi_mactest_soc/regression/mactest/mactest.h#2 (text+ko) ====

@@ -54,5 +54,8 @@
 
 FILE *inputfile;
 extern struct mactestlog_record *mactestlog_record_chain;
+int modes_or_flags_compare(struct modes_or_flags * mf_conf, struct modes_or_flags *mf_log);
+int label_compare(char *conf, char *log);
+int labelstrings_compare(struct labelstrings *ls_conf, struct labelstrings *ls_log);
 #endif /* !_REGRESSION_MAC_TEST__H */
 


More information about the p4-projects mailing list