Date: Mon, 4 Dec 2006 18:46:50 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 111061 for review Message-ID: <200612041846.kB4Ikosx092743@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=111061 Change 111061 by millert@millert_g5tower on 2006/12/04 18:45:51 Expose the sidtab_search_context() function for use outside of sidtab.c. Affected files ... .. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/ss/sidtab.c#3 edit .. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/ss/sidtab.h#2 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/ss/sidtab.c#3 (text+ko) ==== @@ -192,8 +192,7 @@ return; } -static inline u32 sidtab_search_context(struct sidtab *s, - struct context *context) +u32 sidtab_search_context(struct sidtab *s, struct context *context) { int i; struct sidtab_node *cur; ==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/ss/sidtab.h#2 (text+ko) ==== @@ -56,6 +56,7 @@ void sidtab_hash_eval(struct sidtab *h, char *tag); void sidtab_destroy(struct sidtab *s); +u32 sidtab_search_context(struct sidtab *s, struct context *context); void sidtab_set(struct sidtab *dst, struct sidtab *src); void sidtab_shutdown(struct sidtab *s);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612041846.kB4Ikosx092743>