Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/i386/i386
Module Name: src
Committed By: apb
Date: Mon Jan 5 20:46:22 UTC 2009
Modified Files:
src/sys/arch/i386/i386: apmbios.c
Log Message:
Make this compile with options DEBUG:
* Add missing close brace in do { ... } while(0)
* The return value from snprintb is an int and not usable with printf
"%s" format; print the result buffer instead.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/i386/i386/apmbios.c
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