diff options
author | joerg <joerg@FreeBSD.org> | 2001-07-14 20:25:01 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2001-07-14 20:25:01 +0000 |
commit | cc1c4ca64979382e7d356f38eb4db899a8116a9b (patch) | |
tree | c6a45a47a3c05ba23c9d716516120ed2caa1b27e /sys/netinet6/frag6.c | |
parent | 511e378b14868fd06fca565a7db84b7080fdbcb7 (diff) | |
download | FreeBSD-src-cc1c4ca64979382e7d356f38eb4db899a8116a9b.zip FreeBSD-src-cc1c4ca64979382e7d356f38eb4db899a8116a9b.tar.gz |
Yet another large non-function change.
. Integrate fdc.h into fd.c, with the removal of ft(4) there's no longer
a reason to scatter things across two files.
. Sanitize comments. Convert them into the style(9)-recommended
multi-line form, make them sentences where apprpriate, etc.
. Declare all functions on top, and declare them in the order they
appear in the file. This order is totally chaotic, but Bruce
convinced me that reordering the file wouldn't make it better either.
. Kill a `possibly uninitialized' warning (only seen with -O2) in
fd_read_status().
. Make the comments at return (0|1) statements in fdstate() consistent.
. Nuke a ``keep the compiler happy'' dummy return at the end of fdstate(),
gcc is smart enough to detect that it would never be reached anyway.
Diffstat (limited to 'sys/netinet6/frag6.c')
0 files changed, 0 insertions, 0 deletions