mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
windows-osi-prototypes-20061007
osi_LogCreate
This commit is contained in:
parent
b400763506
commit
c97374d6fd
@ -48,7 +48,7 @@ osi_fdOps_t osi_logFDOps = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* create a new log, taking a name and a size in entries (not words) */
|
/* 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_log_t *logp;
|
||||||
osi_fdType_t *typep;
|
osi_fdType_t *typep;
|
||||||
|
Loading…
Reference in New Issue
Block a user