CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/02/17 10:39:29
Modified files: sys/kern : kern_malloc.c kern_malloc_debug.c kern_proc.c subr_disk.c subr_extent.c subr_pool.c uipc_mbuf.c vfs_bio.c vfs_subr.c sys/ufs/ffs : ffs_softdep.c Log message: Comment out recently added __attribute__((__format__(__kprintf__))) annotations in MI code; gcc 2.95 does not accept such annotation for function pointer declarations, only function prototypes. To be uncommented once gcc 2.95 bites the dust.