diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-25 10:19:50 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-25 10:19:50 +0000 |
commit | 119b59cd0df00269bfe51d906657193217b8c884 (patch) | |
tree | be4bc7f812a9df2c6b3f17e6c3cc9bfafad07253 /lirc/files | |
parent | c985a77fad25302d576fbcf92149c983887bc0b9 (diff) |
Remove the EOLN_NATIVE flag from a ton of files (patches & the like for which line ending conversions can break things).
BKrev: 41a5b1c6eA2OPeQrDQEgEwAmKXvQJg
Diffstat (limited to 'lirc/files')
-rw-r--r-- | lirc/files/lirc_sir-sa1100.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lirc/files/lirc_sir-sa1100.patch b/lirc/files/lirc_sir-sa1100.patch index e69de29bb2..245b28ac51 100644 --- a/lirc/files/lirc_sir-sa1100.patch +++ b/lirc/files/lirc_sir-sa1100.patch @@ -0,0 +1,10 @@ +--- lirc/drivers/lirc_sir/lirc_sir.c.orig 2004-11-18 17:30:17 +0100 ++++ lirc/drivers/lirc_sir/lirc_sir.c 2004-11-18 17:30:21 +0100 +@@ -628,6 +628,7 @@ + struct timeval curr_tv; + static unsigned long deltv; + #ifdef LIRC_ON_SA1100 ++ unsigned long deltintrtv; + int status; + static int n=0; + |