Commit Graph

7 Commits

Author SHA1 Message Date
jnk 0le
64f3664d88 fixed spacing 2016-07-11 23:22:01 +02:00
Michal Krenek (Mikos)
57d189a5ba Fix broken pifm.c and piam.c (O_RWONLY instead of O_WRONLY) 2016-01-06 14:33:22 +01:00
Ben
fe591b4c85 Changed outpuf file oflags for pifm.c and piam.c so that it can actually write to the output files. 2016-01-05 00:49:43 -05:00
Brandon Skari
1af9650ca9 Don't ignore results marked as warn_unused_result 2016-01-03 16:07:01 -07:00
Brandon Skari
8337c7f5e4 Fix open mode warnings
Calls to open should have one of O_RDONLY, O_WRONLY, or O_RDWR as part
of the flag for the second argument. Calls to open with O_CREAT should
specify the file mode as the third argument.
2016-01-03 15:52:00 -07:00
F5OEO
0ae30f8352 Major update : New DMA method 2015-12-14 12:28:04 +00:00
F5OEO
ee3838a570 Initial commit 2015-10-21 16:08:45 +00:00