diff options
author | Christopher Faylor <me@cgf.cx> | 2008-08-26 16:56:30 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2008-08-26 16:56:30 +0000 |
commit | 7e73b9cfd7f8c0e287d9d810b36529b424064ed7 (patch) | |
tree | 6302aee25841bd16fa4da33d41dc88ee870130b3 | |
parent | a5d4ae5c5be485e5307f8de4a4802c1b97cbe9f6 (diff) | |
download | newlib-7e73b9cfd7f8c0e287d9d810b36529b424064ed7.zip newlib-7e73b9cfd7f8c0e287d9d810b36529b424064ed7.tar.gz newlib-7e73b9cfd7f8c0e287d9d810b36529b424064ed7.tar.bz2 |
* shared_info.h (shared_info::create_root_entry): Remove extraneous
mount_info:: from declaration.
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/cygwin/shared_info.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 76d49fa..7bacf08 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -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 diff --git a/winsup/cygwin/shared_info.h b/winsup/cygwin/shared_info.h index 91aca2a..efd79c6 100644 --- a/winsup/cygwin/shared_info.h +++ b/winsup/cygwin/shared_info.h @@ -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); |