Source-Changes archive

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

CVS commit: src/usr.sbin/ofctl



Module Name:    src
Committed By:   gutteridge
Date:           Wed Oct 29 02:39:59 UTC 2025

Modified Files:
        src/usr.sbin/ofctl: ofctl.c

Log Message:
ofctl.c: use correct casts for relevant ctype(3) calls (NFCI)

The first change is simply because the original int casts were
evidently used to silence the char-subscripts warning, so we might as
well use our standard (save someone else looking at this again).

The latter two changes are in code that's commented out, but should be
relevant there if it's ever restored.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/ofctl/ofctl.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