DEVEL15-irix-fgets-return-type-fun-20061010

of course, we were just throwing it away, but....


(cherry picked from commit 8fa4ca5b80bb2e0ac43bd9ae4883ac7f5b3928b8)
This commit is contained in:
Derrick Brashear 2006-10-10 21:22:56 +00:00
parent 64b9d64aa6
commit f565b86f25

View File

@ -476,7 +476,7 @@ afsconf_Open(register const char *adir)
static int
GetCellUnix(struct afsconf_dir *adir)
{
int rc;
char *rc;
char tbuffer[256];
char *p;
afsconf_FILE *fp;