diff options
author | jmallett <jmallett@FreeBSD.org> | 2002-06-22 10:44:47 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2002-06-22 10:44:47 +0000 |
commit | 2719fbacdb1bb5e6498b73e5a76925ceb01f983b (patch) | |
tree | 4fa6c8e003eafac2d839eb108807dbe1f44e4920 /sys/netinet/ip_output.c | |
parent | 409c0fbaea7664bde34e561b69df83ac53da63c3 (diff) | |
download | FreeBSD-src-2719fbacdb1bb5e6498b73e5a76925ceb01f983b.zip FreeBSD-src-2719fbacdb1bb5e6498b73e5a76925ceb01f983b.tar.gz |
Replace the SWAP(var0,var1) macro with SWAP(type,var0,var1) and use it as
is appropriate to avoid using typeof/__typeof__. It is worth noting that
SWAP() is only ever used to swap pointer values so 'void *' assumptions would
have been acceptable, but I'd gladly pay you tuesday for a cheeseburger^W
cleaner interface today.
Poked into submission by: bde
Diffstat (limited to 'sys/netinet/ip_output.c')
0 files changed, 0 insertions, 0 deletions