Fix up comments.

This commit is contained in:
Christopher Faylor 2001-12-19 20:10:03 +00:00
parent 13b918be74
commit 4b31ae795b
3 changed files with 0 additions and 11 deletions

View File

@ -63,10 +63,6 @@
* Number of matches in the current invocation of glob. * Number of matches in the current invocation of glob.
*/ */
/* CYGNUS LOCAL: don't include */
/* #include "namespace.h" */
/* end CYGNUS LOCAL */
#include "winsup.h" #include "winsup.h"
#include <sys/param.h> #include <sys/param.h>

View File

@ -41,8 +41,6 @@
#ifndef _GLOB_H_ #ifndef _GLOB_H_
#define _GLOB_H_ #define _GLOB_H_
/* CYGNUS LOCAL: end */
#include <sys/cdefs.h> #include <sys/cdefs.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
@ -93,7 +91,6 @@ typedef struct {
#define GLOB_ABEND (-2) /* Unignored error. */ #define GLOB_ABEND (-2) /* Unignored error. */
__BEGIN_DECLS __BEGIN_DECLS
/* CYGNUS LOCAL: normal protos */
#undef DLLEXPORT #undef DLLEXPORT
#ifdef __INSIDE_CYGWIN__ #ifdef __INSIDE_CYGWIN__
@ -105,7 +102,6 @@ int DLLEXPORT glob(const char *, int, int (*)(const char *, int), glob_t *);
void DLLEXPORT globfree(glob_t *); void DLLEXPORT globfree(glob_t *);
#undef DLLEXPORT #undef DLLEXPORT
/* end CYGNUS LOCAL */
__END_DECLS __END_DECLS
#endif /* !_GLOB_H_ */ #endif /* !_GLOB_H_ */

View File

@ -4,7 +4,6 @@
*/ */
/* Temporarily merged private.h and tzfile.h for ease of management - DJ */ /* Temporarily merged private.h and tzfile.h for ease of management - DJ */
/* CYGNUS LOCAL */
#include "winsup.h" #include "winsup.h"
#include "cygerrno.h" #include "cygerrno.h"
#include <windows.h> #include <windows.h>
@ -12,8 +11,6 @@
#define USG_COMPAT #define USG_COMPAT
/* END CYGNUS LOCAL */
#ifndef lint #ifndef lint
#ifndef NOID #ifndef NOID
static char elsieid[] = "@(#)localtime.c 7.66"; static char elsieid[] = "@(#)localtime.c 7.66";