Matteo Varalta
2019-04-23 cbb682e6b86e0b462cef73fdaad61e4be83b06b6
src/library/os/os.h
@@ -31,7 +31,7 @@
typedef struct {
   int id;
   char description[1024];
   unsigned char mac_address[6];
   unsigned char mac_address[8];
   unsigned char ipv4_address[4];
   IFACE_TYPE type;
} OsAdapterInfo;