From: Jim Meyering Date: Sun, 8 Aug 1999 10:12:55 +0000 (+0000) Subject: update prototype X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9bc7df3da728a84846f190c0bfdfbf29a14c82e;p=pspp update prototype --- diff --git a/lib/savedir.h b/lib/savedir.h index 033e56752d..89be04d023 100644 --- a/lib/savedir.h +++ b/lib/savedir.h @@ -10,6 +10,6 @@ # endif char * -savedir PARAMS ((const char *dir, unsigned int name_size)); +savedir PARAMS ((const char *dir, off_t name_size)); #endif