cvs commit: src/sys/amd64/amd64 pmap.c src/sys/conf files.amd64
files.i386 src/sys/i386/i386 pmap.c src/sys/sys cdefs.h
Alan Cox
alc at FreeBSD.org
Sun Dec 9 13:00:37 PST 2007
alc 2007-12-09 21:00:36 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 pmap.c
sys/conf files.amd64 files.i386
sys/i386/i386 pmap.c
sys/sys cdefs.h
Log:
Eliminate compilation warnings due to the use of non-static inlines
through the introduction and use of the __gnu89_inline attribute.
Submitted by: bde (i386)
MFC after: 3 days
Revision Changes Path
1.599 +3 -3 src/sys/amd64/amd64/pmap.c
1.116 +1 -1 src/sys/conf/files.amd64
1.589 +1 -1 src/sys/conf/files.i386
1.602 +3 -3 src/sys/i386/i386/pmap.c
1.94 +6 -0 src/sys/sys/cdefs.h
More information about the cvs-src
mailing list