Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 1998 14:10:01 -0700 (PDT)
From:      Thomas David Rivers <rivers@dignus.com>
To:        freebsd-bugs
Subject:   Re: bin/6332: time.h doesn't compile with -traditional
Message-ID:  <199804172110.OAA27938@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

The following reply was made to PR bin/6332; it has been noted by GNATS.

From: Thomas David Rivers <rivers@dignus.com>
To: FreeBSD-gnats-submit@freebsd.org, sastdr@unx.sas.com
Cc:  Subject: Re: bin/6332: time.h doesn't compile with -traditional
Date: Fri, 17 Apr 1998 15:41:01 -0400 (EDT)

 > 
 > >Fix:
 > 
 >   Replace uses of 'const' with the __const keyword defined in cdefs.h.
 > 
 
  Let me add to that, that uses of "const" for prototype definitions
  aren't the problem; it's uses of "const" outside of the __P() macro.
 
  I imagine such uses are more infrequent.
 
 	- Dave Rivers -

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804172110.OAA27938>