From c505806918f4246871f2fa195f1b990209d3bac0 Mon Sep 17 00:00:00 2001
From: marco <marco@freepascal.org>
Date: Thu, 2 Dec 2004 11:22:11 +0000
Subject: [PATCH]  * tz_ prefixed for timezone

---
 rtl/bsd/ostypes.inc | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/rtl/bsd/ostypes.inc b/rtl/bsd/ostypes.inc
index f4e2e0f7d6..96f5143e8b 100644
--- a/rtl/bsd/ostypes.inc
+++ b/rtl/bsd/ostypes.inc
@@ -23,8 +23,8 @@
 
 Type
   timezone = packed record
-    minuteswest,
-    dsttime  : cint;
+    tz_minuteswest,
+    tz_dsttime  : cint;
   end;
   ptimezone =^timezone;
   TTimeZone = timezone;
@@ -67,7 +67,10 @@ Const
 
 {
  $Log$
- Revision 1.5  2003-09-27 13:45:58  peter
+ Revision 1.6  2004-12-02 11:22:11  marco
+  * tz_ prefixed for timezone
+
+ Revision 1.5  2003/09/27 13:45:58  peter
    * fpnanosleep exported in baseunix
    * fpnanosleep has pointer arguments to be C compliant