From owner-freebsd-bugs Fri Apr 17 14:10:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27986 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 14:10:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27938; Fri, 17 Apr 1998 14:10:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 Apr 1998 14:10:01 -0700 (PDT) Message-Id: <199804172110.OAA27938@hub.freebsd.org> To: freebsd-bugs Cc: From: Thomas David Rivers Subject: Re: bin/6332: time.h doesn't compile with -traditional Reply-To: Thomas David Rivers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6332; it has been noted by GNATS. From: Thomas David Rivers 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