From bb96d7f5ba449320ff8a3c97e3702bafa2e4eccb Mon Sep 17 00:00:00 2001 From: mycroft Date: Sun, 26 Jul 1998 12:58:15 +0000 Subject: const poisoning. --- include/time.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/time.h b/include/time.h index 07ad912c62c..ee715eb7236 100644 --- a/include/time.h +++ b/include/time.h @@ -1,4 +1,4 @@ -/* $NetBSD: time.h,v 1.16 1998/07/26 12:55:17 mycroft Exp $ */ +/* $NetBSD: time.h,v 1.17 1998/07/26 12:58:15 mycroft Exp $ */ /* * Copyright (c) 1989, 1993 @@ -87,7 +87,7 @@ struct tm { int tm_yday; /* days since January 1 [0-365] */ int tm_isdst; /* Daylight Savings Time flag */ long tm_gmtoff; /* offset from CUT in seconds */ - char *tm_zone; /* timezone abbreviation */ + const char *tm_zone; /* timezone abbreviation */ }; #include /* Include file containing CLK_TCK. */ -- cgit