windows-osi-prototypes-20061007

osi_LogCreate
This commit is contained in:
Jeffrey Altman 2006-10-07 23:34:49 +00:00
parent b400763506
commit c97374d6fd

View File

@ -48,7 +48,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;