diff options
author | Mark Murray <markm@FreeBSD.org> | 2002-07-15 17:28:34 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2002-07-15 17:28:34 +0000 |
commit | f0d2d0388433e6103d34309427738aef3003f1a9 (patch) | |
tree | 611d995bfa5afde4112d973ff5c8daa612c8e242 /usr.sbin/trpt/Makefile | |
parent | b90cce95e02a10a2b240a43a92328a5858b07d67 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=100113
Diffstat (limited to 'usr.sbin/trpt/Makefile')
0 files changed, 0 insertions, 0 deletions