$OpenBSD: patch-src_client_client_SecureID_cpp,v 1.1.1.1 2010/10/26 10:34:00 phessler Exp $

the comment portion is evil

--- src/client/client/SecureID.cpp.orig	Sun Mar  2 19:47:36 2008
+++ src/client/client/SecureID.cpp	Sat Oct 23 18:09:34 2010
@@ -37,6 +37,8 @@ std::string SecureID::GetPrivateKey(void)
 #else
 
 #include <sys/ioctl.h>
+#include <sys/types.h>
+#include <sys/socket.h>
 #include <net/if.h>
 
 std::string SecureID::GetPrivateKey(void)
@@ -72,6 +74,7 @@ std::string SecureID::GetPrivateKey(void)
 
 	if_freenameindex(NameList); //free the memory
 
+/*
 	strcpy (dev.ifr_name, InterfaceName.c_str()); //select from the name
 	if (ioctl(sock, SIOCGIFHWADDR, &dev) < 0) //get the interface data
 	{
@@ -85,6 +88,7 @@ std::string SecureID::GetPrivateKey(void)
         if (i != 5) Key += ':';
     }
 	close(sock);
+*/
 
     return Key;
 }
