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:
Jeremy Kerr 2012-05-28 22:44:39 +08:00
parent 3bb18f8ed9
commit 9a4440676c
2 changed files with 12 additions and 38 deletions

View file

@ -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 ]