PERFORCE change 111061 for review

Todd Miller millert at FreeBSD.org
Mon Dec 4 10:50:51 PST 2006


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

Change 111061 by millert at 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);
 


More information about the trustedbsd-cvs mailing list