Fixed places where char* was used in place of const char*
authorJohn Hodge <[email protected]>
Fri, 10 Dec 2010 09:00:37 +0000 (17:00 +0800)
committerJohn Hodge <[email protected]>
Fri, 10 Dec 2010 09:00:37 +0000 (17:00 +0800)
commit4e949acb1c98bc071af2d5d9038b4a3e703bf33d
tree0d33957a21306bbdd730e9deddadb40dce472b8b
parentb5a1402b18d2f8cb360bf2fc524609b374bac8ec
Fixed places where char* was used in place of const char*

> Still need to update filesystem Write functions to take const void*
> Also started on AcessNative threads.c clone
20 files changed:
.gitignore
AcessNative/acesskernel_src/Makefile
AcessNative/acesskernel_src/main.c
AcessNative/acesskernel_src/threads.c [new file with mode: 0644]
Kernel/debug.c
Kernel/include/acess.h
Kernel/include/vfs.h
Kernel/include/vfs_ext.h
Kernel/lib.c
Kernel/vfs/dir.c
Kernel/vfs/fs/devfs.c
Kernel/vfs/fs/root.c
Kernel/vfs/handle.c
Kernel/vfs/io.c
Kernel/vfs/main.c
Kernel/vfs/mount.c
Kernel/vfs/open.c
Modules/Filesystems/Ext2/ext2.c
Modules/Filesystems/FAT/fat.c
Modules/Filesystems/NTFS/main.c

UCC git Repository :: git.ucc.asn.au