svn commit: r399516 - head/comms/remserial/files

Antoine Brodin antoine at FreeBSD.org
Fri Oct 16 20:46:30 UTC 2015


Author: antoine
Date: Fri Oct 16 20:46:28 2015
New Revision: 399516
URL: https://svnweb.freebsd.org/changeset/ports/399516

Log:
  Fix make patch

Modified:
  head/comms/remserial/files/patch-stty.c

Modified: head/comms/remserial/files/patch-stty.c
==============================================================================
--- head/comms/remserial/files/patch-stty.c	Fri Oct 16 20:40:37 2015	(r399515)
+++ head/comms/remserial/files/patch-stty.c	Fri Oct 16 20:46:28 2015	(r399516)
@@ -1,6 +1,6 @@
---- ./stty.c.orig	2011-01-05 10:31:12.000000000 +0100
-+++ ./stty.c	2011-01-05 10:33:33.000000000 +0100
-@@ -29,6 +29,37 @@
+--- stty.c.orig	2015-10-16 20:44:42 UTC
++++ stty.c
+@@ -29,6 +29,31 @@
  #define RFLG	4
  #define BFLG	5
  
@@ -32,7 +32,7 @@
  extern int errno;
  
  static struct sttyset {
-@@ -91,7 +122,7 @@
+@@ -91,7 +116,7 @@ static struct sttyset {
  	{ "inlcr",	IFLG,	INLCR,		INLCR	},
  	{ "igncr",	IFLG,	IGNCR,		IGNCR	},
  	{ "icrnl",	IFLG,	ICRNL,		ICRNL	},


More information about the svn-ports-all mailing list