image: use read_write_all from ccan
Rather than using our own functions for reading/writing an entire buffer, use ccan's. Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
This commit is contained in:
parent
3bb18f8ed9
commit
9a4440676c
2 changed files with 12 additions and 38 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
ccan_modules=talloc
|
||||
ccan_modules=talloc read-write-all
|
||||
|
||||
# Add ccan upstream sources
|
||||
if [ ! -e lib/ccan.git/Makefile ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue