PERFORCE change 85931 for review
Todd Miller
millert at FreeBSD.org
Thu Oct 27 16:53:05 GMT 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;
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list