From: Jeffrey Altman Date: Sat, 7 Oct 2006 23:36:03 +0000 (+0000) Subject: DEVEL15-windows-osi-prototypes-20061007 X-Git-Tag: openafs-devel-1_5_9~31 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4254bfb254e8921c704d88e9e02f25e4aea24e2f;p=packages%2Fo%2Fopenafs.git DEVEL15-windows-osi-prototypes-20061007 osi_LogCreate (cherry picked from commit c97374d6fd494ab790da7ae6c591abe0dac3d194) --- diff --git a/src/WINNT/client_osi/osilog.c b/src/WINNT/client_osi/osilog.c index ae50c8edb..c9604bfb8 100644 --- a/src/WINNT/client_osi/osilog.c +++ b/src/WINNT/client_osi/osilog.c @@ -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;