summaryrefslogtreecommitdiffstats
path: root/socket.h
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-10-15 10:01:44 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-10-15 10:01:44 +0000
commit4e75b2e8b871346f9a36779a1135a3029a610277 (patch)
tree4ab6fb376833f095844026ca33bb996f982faafe /socket.h
parent04f4b793f90293a6092f17208810d094a4a96768 (diff)
downloadopenvpn-4e75b2e8b871346f9a36779a1135a3029a610277.tar.gz
openvpn-4e75b2e8b871346f9a36779a1135a3029a610277.tar.xz
openvpn-4e75b2e8b871346f9a36779a1135a3029a610277.zip
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/socket.h b/socket.h
index b73f763..5b7980a 100644
--- a/socket.h
+++ b/socket.h
@@ -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;