PERFORCE change 85931 for review

Todd Miller millert at FreeBSD.org
Thu Oct 27 09:53:06 PDT 2005


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

Change 85931 by millert at millert_ibook on 2005/10/27 16:52:21

	sebsd_free() should no longer be static

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/sebsd.c#13 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/sebsd.c#13 (text+ko) ====

@@ -91,7 +91,7 @@
 	return (vs);
 }
 
-static void
+void
 sebsd_free(void *v)
 {
 	size_t *vs = v;


More information about the p4-projects mailing list