diff options
author | Diane Bruce <db@FreeBSD.org> | 2015-05-01 16:25:48 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2015-05-01 16:25:48 +0000 |
commit | 9a22bc193369ce59ea5818dc1f3bc5cdeeec6bc8 (patch) | |
tree | 31074f49f2dcf142a7d25d341ed84e7d07387ff6 /comms/linrad/files/patch-users.c | |
parent | 59f73dfbc51e4ff03572c544d94879c65983c036 (diff) |
Notes
Diffstat (limited to 'comms/linrad/files/patch-users.c')
-rw-r--r-- | comms/linrad/files/patch-users.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/linrad/files/patch-users.c b/comms/linrad/files/patch-users.c index f3aa47368d72..2b37539be7e7 100644 --- a/comms/linrad/files/patch-users.c +++ b/comms/linrad/files/patch-users.c @@ -1,6 +1,6 @@ ---- users.c.orig 2014-06-28 18:33:12.000000000 -0700 -+++ users.c 2014-06-28 18:33:19.000000000 -0700 -@@ -130,6 +130,7 @@ +--- users.c.orig 2014-11-04 10:25:00 UTC ++++ users.c +@@ -130,6 +130,7 @@ void userdefined_q(void) // Leaving the port open the whole time could leave it in an // undefined state if Linrad crashes. // @@ -8,7 +8,7 @@ int n; int serport_baudrate; int serport_stopbits; -@@ -142,6 +143,7 @@ +@@ -142,6 +143,7 @@ lir_open_serport(SERPORT_NUMBER, 0); // RTS mode = 0 n=lir_write_serport(serport_message,10); lir_close_serport(); |