* Makefile.in: Eliminate WINSUP_DEPS.

* cygpath.cc: Reorganize includes to accomodate sys/cygwin.h changes.
* mkgroup.c: Ditto.
* mkpasswd.c: Ditto.
* mount.cc: Ditto.  Eliminate use of cygwin source specific includes.
* ps.cc: Ditto.
* cygwin.cc: Eliminate obsolete file.
This commit is contained in:
Christopher Faylor
2000-05-18 18:39:11 +00:00
parent 8126b13644
commit e73a56e982
8 changed files with 14 additions and 135 deletions

View File

@ -13,11 +13,11 @@ details. */
#include <stdlib.h>
#include <limits.h>
#include <getopt.h>
#include <windows.h>
#include <io.h>
#include <sys/fcntl.h>
#include <sys/cygwin.h>
#include <ctype.h>
#include <windows.h>
static char *prog_name;
static char *file_arg;