Remove ucore_ prefix from headers and source files

This commit is contained in:
Nils O. Selåsdal
2013-03-06 22:22:04 +01:00
parent ee8d9ae19d
commit 8badeaf857
85 changed files with 168 additions and 168 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <ucore/ucore_read_file.h>
#include <ucore/read_file.h>
START_TEST (test_read_file_non_existing_file)