diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-04-12 16:30:12 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-04-12 16:30:12 +0000 |
commit | f979315702efb0a0835c91640c88260dc8ee4e99 (patch) | |
tree | 33db34ceab76794164904eda9ec32fd66d7f8ff1 /comms/serialoverip/files/patch-serialoverip.c | |
parent | - Update to 1.0.4 (diff) |
- Unbreak (no more CSME sites), switch to sf.net (upstream) at the expense
of losing normal distfile name and having to set WRKSRC; contents remain
the same (and so does the checksum)
- Define LICENSE (GPLv2); install README file as part of documentation
- Unmute building and installation commands while here
- Fix one warning revealed by Clang (missing bzero(3) prototype), yet two
others remain)
- Transfer maintainership to the submitter
PR: 199322
Submitted by: Chris Hutchinson
Diffstat (limited to 'comms/serialoverip/files/patch-serialoverip.c')
-rw-r--r-- | comms/serialoverip/files/patch-serialoverip.c | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/comms/serialoverip/files/patch-serialoverip.c b/comms/serialoverip/files/patch-serialoverip.c index 3504a3edd9c5..92e7e4a47b30 100644 --- a/comms/serialoverip/files/patch-serialoverip.c +++ b/comms/serialoverip/files/patch-serialoverip.c @@ -1,6 +1,14 @@ ---- serialoverip.c Sun Sep 3 16:04:54 2006 -+++ serialoverip.c Sun Sep 3 16:06:34 2006 -@@ -42,20 +42,19 @@ +--- serialoverip.c.orig 2002-03-08 22:37:09 UTC ++++ serialoverip.c +@@ -34,6 +34,7 @@ + #include <fcntl.h> + #include <termios.h> + #include <signal.h> ++#include <strings.h> + + #define MAXMESG 2048 + +@@ -42,20 +43,19 @@ char*pname; int s[2],st[2]; void help(){ |