1
1

* util_file.c: Comment out all but fgets_slash().

Этот коммит содержится в:
Andrew V. Samoilov 2005-01-20 15:06:29 +00:00
родитель 4ea1aba1e0
Коммит eaca209b7c

Просмотреть файл

@ -160,7 +160,7 @@ void endfilepwent(void *vp, int *file_lock_depth)
fclose(fp);
DEBUG(7, ("endfilepwent: closed file.\n"));
}
#endif
/*************************************************************************
Return the current position in the file list as an SMB_BIG_UINT.
@ -260,7 +260,7 @@ int getfileline(void *vp, char *linebuf, int linebuf_size)
}
return -1;
}
#endif /* 0 */
/****************************************************************************
read a line from a file with possible \ continuation chars.