blob: 419c3179b052e67323872e9b71aa88089dd0e0fc [file] [log] [blame]
#include <stdio.h>
#include <mntent.h>
int endmntent(FILE *fp)
{
if (fp)
fclose(fp);
return 1;
}