Changeset d3e6935 in mainline for uspace/lib/libc/generic
- Timestamp:
- 2008-12-26T19:37:21Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b755225
- Parents:
- 713e6f2d
- Location:
- uspace/lib/libc/generic
- Files:
-
- 2 edited
-
io/stream.c (modified) (1 diff)
-
vfs/vfs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/io/stream.c
r713e6f2d rd3e6935 43 43 #include <ipc/fb.h> 44 44 #include <ipc/services.h> 45 #include < console.h>45 #include <ipc/console.h> 46 46 #include <unistd.h> 47 47 #include <async.h> -
uspace/lib/libc/generic/vfs/vfs.c
r713e6f2d rd3e6935 50 50 #include <string.h> 51 51 #include <ipc/devmap.h> 52 #include "../../ srv/vfs/vfs.h"52 #include "../../../srv/vfs/vfs.h" 53 53 54 54 int vfs_phone = -1;
Note:
See TracChangeset
for help on using the changeset viewer.
