Source-Changes archive

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

CVS commit: src/sys/arch/atari/vme



Module Name:    src
Committed By:   tsutsui
Date:           Sun Jun 26 04:51:17 UTC 2022

Modified Files:
        src/sys/arch/atari/vme: if_le_vme.c

Log Message:
Misc cleanup.

- KNF and TAB/space
- make local function static
- make readonly values const
- remove ancient "hide" and "integrate" macro
  (just use static for modern compliers that perform inline properly)
- remove (probably) an old gcc's warning hack
- use __func__ to print function names properly
- fix attach messages in an error path
- use proper integer types


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/atari/vme/if_le_vme.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