Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/kinit/readfile.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 532 by niro, Sat Sep 1 22:45:15 2007 UTC revision 815 by niro, Fri Apr 24 18:32:46 2009 UTC
# Line 11  Line 11 
11  #include <errno.h>  #include <errno.h>
12  #include <sys/stat.h>  #include <sys/stat.h>
13    
14    #include "kinit.h"
15    
16  ssize_t freadfile(FILE *f, char **pp)  ssize_t freadfile(FILE *f, char **pp)
17  {  {
18   size_t bs; /* Decent starting point... */   size_t bs; /* Decent starting point... */

Legend:
Removed from v.532  
changed lines
  Added in v.815