Changeset 8fc0f47c in mainline for uspace/lib/bithenge/src/file.c
- Timestamp:
- 2012-08-21T10:48:03Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2ee05261
- Parents:
- 67edca6
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/bithenge/src/file.c
r67edca6 r8fc0f47c 44 44 #include <sys/types.h> 45 45 #include <unistd.h> 46 #include "blob.h"47 #include "file.h"48 #include "os.h"46 #include <bithenge/blob.h> 47 #include <bithenge/file.h> 48 #include <bithenge/os.h> 49 49 50 50 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.