* shared_info.h (shared_info::create_root_entry): Remove extraneous
mount_info:: from declaration.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| 2008-08-26  Christopher Faylor  <me+cygwin@cgf.cx> | ||||
|  | ||||
| 	* shared_info.h (shared_info::create_root_entry): Remove extraneous | ||||
| 	mount_info:: from declaration. | ||||
|  | ||||
| 2008-08-26  Corinna Vinschen  <corinna@vinschen.de> | ||||
|  | ||||
| 	* fhandler.h (class fhandler_pipe): Rename read and write | ||||
|   | ||||
| @@ -95,7 +95,7 @@ class mount_info | ||||
|  private: | ||||
|   void sort (); | ||||
|   void mount_slash (); | ||||
|   void mount_info::create_root_entry (const PWCHAR root); | ||||
|   void create_root_entry (const PWCHAR root); | ||||
|  | ||||
|   bool from_fstab_line (char *line, bool user); | ||||
|   bool from_fstab (bool user, WCHAR [], PWCHAR); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user