DEVEL15-windows-osi-prototypes-20061007

osi_LogCreate


(cherry picked from commit c97374d6fd494ab790da7ae6c591abe0dac3d194)
This commit is contained in:
Jeffrey Altman 2006-10-07 23:36:03 +00:00
parent dc00a1d2b1
commit 4254bfb254

View File

@ -54,7 +54,7 @@ osi_fdOps_t osi_logFDOps = {
};
/* create a new log, taking a name and a size in entries (not words) */
osi_log_t *osi_LogCreate(char *namep, long size)
osi_log_t *osi_LogCreate(char *namep, size_t size)
{
osi_log_t *logp;
osi_fdType_t *typep;