freemyipod r115 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r114‎ | r115 | r116 >
Date:16:40, 12 August 2010
Author:theseven
Status:new
Tags:
Comment:
Now this should really be the last one...
Modified paths:
  • /embios/trunk/disk.c (modified) (history)
  • /embios/trunk/format.c (modified) (history)

Diff [purge]

Index: embios/trunk/disk.c
@@ -29,7 +29,7 @@
3030 #endif
3131 #include "disk.h"
3232 #include "util.h"
33 -#include <string.h>
 33+#include "libc/include/string.h"
3434
3535 /* Partition table entry layout:
3636 -----------------------
Index: embios/trunk/format.c
@@ -22,7 +22,7 @@
2323
2424 #include "global.h"
2525 #include <limits.h>
26 -#include <string.h>
 26+#include "libc/include/string.h"
2727
2828 static const char hexdigit[] = "0123456789ABCDEF";
2929