ports/comms/ser2net/files/patch-dataxfer.h
Vinícius Zavam 961ac64cd7 comms/ser2net: update 3.5 to 3.5.1
Makefile
        adopt the port;
        silent portlint.

    files/
        regen patch-dataxfer.h with makepatch.

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D18588
2018-12-19 17:32:27 +00:00

11 lines
196 B
C

--- dataxfer.h.orig 2014-12-28 23:17:23 UTC
+++ dataxfer.h
@@ -20,7 +20,7 @@
#ifndef DATAXFER
#define DATAXFER
-#include <linux/serial.h>
+#include <sys/serial.h>
#include "controller.h"