summaryrefslogtreecommitdiffstats
path: root/usr.sbin/trpt/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-07-15 17:28:34 +0000
committermarkm <markm@FreeBSD.org>2002-07-15 17:28:34 +0000
commit711bccb1b946d92e6f5fceb68e7d07accc7d7b84 (patch)
tree611d995bfa5afde4112d973ff5c8daa612c8e242 /usr.sbin/trpt/Makefile
parenta9edfd286eddf54fdd7118c307e775a3e51df327 (diff)
downloadFreeBSD-src-711bccb1b946d92e6f5fceb68e7d07accc7d7b84.zip
FreeBSD-src-711bccb1b946d92e6f5fceb68e7d07accc7d7b84.tar.gz
Fix a bazillion lint and WARNS warnings. One major fix is the removal of
semicolons from the end of macros: #define FOO() bar(a,b,c); becomes #define FOO() bar(a,b,c) Thus requiring the semicolon in the invocation of FOO. This is much cleaner syntax and more consistent with expectations when writing function-like things in source. With both peril-sensitive sunglasses and flame-proof undies on, tighten up some types, and work around some warnings generated by this. There are some _horrible_ const/non-const issues in this code.
Diffstat (limited to 'usr.sbin/trpt/Makefile')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud