Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-12-19 23:10:03 +0300
committerChristopher Faylor <me@cgf.cx>2001-12-19 23:10:03 +0300
commit4b31ae795b3f7bc50b0b8ae9a94740a1d356ab1a (patch)
treee811bac135784b3ca659233a3c82bcd5026b6002 /winsup/cygwin/localtime.cc
parent13b918be74379ab8ad7b87e1639829a8c9f1f690 (diff)
Fix up comments.
Diffstat (limited to 'winsup/cygwin/localtime.cc')
-rw-r--r--winsup/cygwin/localtime.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/localtime.cc b/winsup/cygwin/localtime.cc
index 4f4e54ed8..48006e25a 100644
--- a/winsup/cygwin/localtime.cc
+++ b/winsup/cygwin/localtime.cc
@@ -4,7 +4,6 @@
*/
/* Temporarily merged private.h and tzfile.h for ease of management - DJ */
-/* CYGNUS LOCAL */
#include "winsup.h"
#include "cygerrno.h"
#include <windows.h>
@@ -12,8 +11,6 @@
#define USG_COMPAT
-/* END CYGNUS LOCAL */
-
#ifndef lint
#ifndef NOID
static char elsieid[] = "@(#)localtime.c 7.66";