Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Oct 2005 16:53:05 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 85931 for review
Message-ID:  <200510271653.j9RGr5YL009855@repoman.freebsd.org>

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

Change 85931 by millert@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;



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