* 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

@ -9,14 +9,13 @@ Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */
#include <stdio.h>
#include <windows.h>
#include <time.h>
#include <getopt.h>
#include <unistd.h>
#include <stdlib.h>
#include <pwd.h>
#include <sys/cygwin.h>
#include "winsup.h"
#include "external.h"
static char *
start_time (external_pinfo *child)