diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-15 10:01:44 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-15 10:01:44 +0000 |
commit | 4e75b2e8b871346f9a36779a1135a3029a610277 (patch) | |
tree | 4ab6fb376833f095844026ca33bb996f982faafe /socket.h | |
parent | svn merge -r 614:615 $SO/patches/openvpn-2-1_alpha3a-tcpbind (diff) | |
download | openvpn-4e75b2e8b871346f9a36779a1135a3029a610277.tar.xz |
Minor style cleanup for --enable-pedantic.
Still need some pedantic cleanup in pkcs11.c.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@624 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'socket.h')
-rw-r--r-- | socket.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -80,14 +80,14 @@ typedef uint16_t packet_size_type; /* OpenVPN sockaddr struct */ struct openvpn_sockaddr { - int dummy; // JYFIXME + int dummy; /* JYFIXME */ struct sockaddr_in sa; }; /* actual address of remote, based on source address of received packets */ struct link_socket_actual { - int dummy; // JYFIXME + int dummy; /* JYFIXME */ struct openvpn_sockaddr dest; #if ENABLE_IP_PKTINFO struct in_pktinfo pi; |