Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/gpt
Module Name: src
Committed By: kre
Date: Wed Oct 5 03:06:24 UTC 2016
Modified Files:
src/sbin/gpt: show.c
Log Message:
Avoiding having parameter name shadow its own function's name.
Strictly this shouldnt be (and hasn't been for almost a year) a problem,
but there are compilers that warn about locals shadowing globals (which
this is/was) and it is easy to avoid, so ... No functinal difference.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sbin/gpt/show.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