]> git.meshlink.io Git - meshlink/commit
Remove unnecessary parentheses from sizeof, apply sizeof to variables instead of...
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 11 Dec 2008 15:56:18 +0000 (15:56 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 11 Dec 2008 15:56:18 +0000 (15:56 +0000)
commit636200d1a2024982fe5b3062153daa72a8253015
treeb58a2e28b39418935771ad25531a34fc63417199
parenta9bdfb424e7a469d15156aa44bbe2fd0b8e28531
Remove unnecessary parentheses from sizeof, apply sizeof to variables instead of types whereever possible.
19 files changed:
src/bsd/device.c
src/conf.c
src/control.c
src/cygwin/device.c
src/linux/device.c
src/logger.c
src/mingw/device.c
src/net.c
src/net_packet.c
src/net_socket.c
src/netutl.c
src/node.c
src/protocol.c
src/protocol_key.c
src/raw_socket/device.c
src/route.c
src/subnet.c
src/tincctl.c
src/tincd.c