NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/46040 CVS commit: src/sys/sys



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

From: "Joerg Sonnenberger" <joerg%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/46040 CVS commit: src/sys/sys
Date: Fri, 17 Feb 2012 18:58:51 +0000

 Module Name:   src
 Committed By:  joerg
 Date:          Fri Feb 17 18:58:51 UTC 2012
 
 Modified Files:
        src/sys/sys: cdefs.h
 
 Log Message:
 PR 46040:
 If the current compiler doesn't support C99, check if it is compatible
 with GCC 2.92. In that case, use the protected __restricted__ form.
 In any other case, default to removing __restricted.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.89 -r1.90 src/sys/sys/cdefs.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index