| … | |
… | |
| 5 | * |
5 | * |
| 6 | * Copyright 1999-2008 Gentoo Foundation |
6 | * Copyright 1999-2008 Gentoo Foundation |
| 7 | * Licensed under the GPL-2 |
7 | * Licensed under the GPL-2 |
| 8 | */ |
8 | */ |
| 9 | |
9 | |
| 10 | #include <errno.h> |
10 | #include "headers.h" |
| 11 | #include <stdio.h> |
|
|
| 12 | #include <sys/stat.h> |
|
|
| 13 | #include <unistd.h> |
|
|
| 14 | #include <fcntl.h> |
|
|
| 15 | |
|
|
| 16 | #include "sbutil.h" |
11 | #include "sbutil.h" |
| 17 | |
|
|
| 18 | |
12 | |
| 19 | /* General purpose function to _reliably_ read from a file. |
13 | /* General purpose function to _reliably_ read from a file. |
| 20 | * |
14 | * |
| 21 | * Returns total read bytes or -1 on error. |
15 | * Returns total read bytes or -1 on error. |
| 22 | */ |
16 | */ |