Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Aug 2007 06:43:11 GMT
From:      Zhouyi ZHOU <zhouzhouyi@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 124880 for review
Message-ID:  <200708080643.l786hBN4001878@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=124880

Change 124880 by zhouzhouyi@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 */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708080643.l786hBN4001878>