]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - uart/uart_posix.c
Fix CmdSmartUpgrade GCC8 strncpy specified bound depends on the length of the source...
[proxmark3-svn] / uart / uart_posix.c
index e3113e86165276de6ce9aa408bc87573b0bf8d4f..1db375b2ffa0f7d42f2f30e98a7a81cd0e94417d 100644 (file)
 #include <arpa/inet.h>
 #include <netdb.h>
 
+// Fix missing definition on OS X.
+// Taken from https://github.com/unbit/uwsgi/commit/b608eb1772641d525bfde268fe9d6d8d0d5efde7
+#ifndef SOL_TCP
+#define SOL_TCP IPPROTO_TCP
+#endif
+
 typedef struct termios term_info;
 typedef struct {
   int fd;           // Serial port file descriptor
Impressum, Datenschutz