Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/usb
Module Name: src
Committed By: tsutsui
Date: Mon Aug 16 09:52:11 UTC 2010
Modified Files:
src/sys/dev/usb: if_kue.c kue_fw.h
Log Message:
Static -> static
We can still preserve static function symbols for debug.
(they're also likely inlined but we can specify -fno-inline on debug)
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/dev/usb/if_kue.c
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/usb/kue_fw.h
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