DragonFly BSD
DragonFly commits List (threaded) for 2004-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/sys


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 23 Oct 2004 06:10:45 -0700 (PDT)

joerg       2004/10/23 06:10:45 PDT

DragonFly src repository

  Modified files:
    sys/sys              cdefs.h 
  Log:
  GCC 3.4 doesn't check for NULL format-strings for __attribute__((printf))
  by default. Therefore the __printflike macro has to include a nonnull
  attribute too, which printf0like doesn't need. This makes the macros
  work as expected again.
  
  Revision  Changes    Path
  1.12      +14 -8     src/sys/sys/cdefs.h


http://www.dragonflybsd.org/cvsweb/src/sys/sys/cdefs.h.diff?r1=1.11&r2=1.12&f=u



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