Module Name:    xsrc
Committed By:   christos
Date:           Wed Jan 15 20:27:32 UTC 2014

Modified Files:
        xsrc/external/mit/xorg-server/dist/hw/xfree86/common: compiler.h

Log Message:
fix for lint


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
    xsrc/external/mit/xorg-server/dist/hw/xfree86/common/compiler.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xorg-server/dist/hw/xfree86/common/compiler.h
diff -u xsrc/external/mit/xorg-server/dist/hw/xfree86/common/compiler.h:1.9 xsrc/external/mit/xorg-server/dist/hw/xfree86/common/compiler.h:1.10
--- xsrc/external/mit/xorg-server/dist/hw/xfree86/common/compiler.h:1.9	Wed May 16 05:01:37 2012
+++ xsrc/external/mit/xorg-server/dist/hw/xfree86/common/compiler.h	Wed Jan 15 15:27:32 2014
@@ -1525,7 +1525,7 @@ inl(unsigned short port)
 #      define asm __asm
 #     endif
 #    endif
-#     if !defined(__SUNPRO_C)
+#     if !defined(__SUNPRO_C) && !defined(__lint__)
 #      include <sys/inline.h>
 #     endif
 #    if !defined(__HIGHC__) && !defined(__SUNPRO_C) || \

Reply via email to