Fixed typo. Corrected by Radostin Stoyanov.
This commit is contained in:
parent
2d6d2bc0d3
commit
c229965b62
@ -50,6 +50,7 @@ sysvinit (2.90) UNRELEASED; urgency=low
|
|||||||
for better protection.
|
for better protection.
|
||||||
* Cleaned up toplevel Makefile so it stops creating unnecessary temporary
|
* Cleaned up toplevel Makefile so it stops creating unnecessary temporary
|
||||||
directories.
|
directories.
|
||||||
|
* Fixed typo in mountpoint.c. Patch provided by Radostin Stoyanov.
|
||||||
|
|
||||||
|
|
||||||
sysvinit (2.89) world; urgency=low
|
sysvinit (2.89) world; urgency=low
|
||||||
|
@ -54,7 +54,7 @@ int dostat(char *path, struct stat *st, int do_lstat, int quiet)
|
|||||||
/*
|
/*
|
||||||
This function checks to see if the passed path is listed in the
|
This function checks to see if the passed path is listed in the
|
||||||
/proc/mounts file. If /proc/mounts does not exist or cannot
|
/proc/mounts file. If /proc/mounts does not exist or cannot
|
||||||
be read, we return false. If the path is nout found, we return false.
|
be read, we return false. If the path is not found, we return false.
|
||||||
If the path is found we return true.
|
If the path is found we return true.
|
||||||
*/
|
*/
|
||||||
int do_proc_check(char *path)
|
int do_proc_check(char *path)
|
||||||
|
Loading…
Reference in New Issue
Block a user