]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
windows-osi-prototypes-20061007
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 7 Oct 2006 23:34:49 +0000 (23:34 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 7 Oct 2006 23:34:49 +0000 (23:34 +0000)
osi_LogCreate

src/WINNT/client_osi/osilog.c

index e0168d3ffa2789fdc6afe0002f951ef06092bc81..81a8ca54b763521067ff4e2179c4b41e46f33739 100644 (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;