diff options
author | Christopher Faylor <me@cgf.cx> | 2008-04-07 16:15:45 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2008-04-07 16:15:45 +0000 |
commit | ade47a3430eb7ef8b3cdb3d54d47a0c4732ac10d (patch) | |
tree | 410bd10eaa7bfc57411d210e2c14414ab1ff8753 /winsup/cygwin/pinfo.cc | |
parent | 6c74e7d7fcd17febed2b3f41e0cf0840191d63ef (diff) | |
download | cygnal-ade47a3430eb7ef8b3cdb3d54d47a0c4732ac10d.tar.gz cygnal-ade47a3430eb7ef8b3cdb3d54d47a0c4732ac10d.tar.bz2 cygnal-ade47a3430eb7ef8b3cdb3d54d47a0c4732ac10d.zip |
Add miscfuncs.h to files as needed throughout.
* mount.cc: New file.
* path.cc: Move mount-specific stuff into mount.cc. Move common stuff into
miscfuncs.cc. Remove unneeded includes.
* miscfuncs.cc: Move some common path functions here.
* miscfuncs.h: New file.
* winsup.h: Move miscelleneous functions to miscfuncs.h.
* dcrt0.cc: Remove unneeded includes.
* Makefile.in (DLL_OFILES): Add mount.o.
* include/cygwin/config.h: Fix a minor typo.
Diffstat (limited to 'winsup/cygwin/pinfo.cc')
-rw-r--r-- | winsup/cygwin/pinfo.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc index 6730e8a95..0ff3d09fd 100644 --- a/winsup/cygwin/pinfo.cc +++ b/winsup/cygwin/pinfo.cc @@ -10,6 +10,7 @@ Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ #include "winsup.h" +#include "miscfuncs.h" #include <stdlib.h> #include <time.h> #include <limits.h> |