* environ.h: Fix comment.

* winsup.h: Ditto.  Reflect the fact that CYG_MAX_PATH is deprecated.
This commit is contained in:
Corinna Vinschen
2008-03-12 17:04:10 +00:00
parent 495571e5fc
commit a66789a0c0
3 changed files with 10 additions and 12 deletions

View File

@ -15,8 +15,7 @@ void environ_init (char **, int)
/* The structure below is used to control conversion to/from posix-style
file specs. Currently, only PATH and HOME are converted, but PATH
needs to use a "convert path list" function while HOME needs a simple
"convert to posix/win32". For the simple case, where a calculated length
is required, just return CYG_MAX_PATH. *FIXME* */
"convert to posix/win32". */
struct win_env
{
const char *name;