Magellan Linux

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

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

revision 814 by niro, Sat Sep 1 22:45:15 2007 UTC revision 815 by niro, Fri Apr 24 18:32:46 2009 UTC
# Line 6  Line 6 
6  #include <unistd.h>  #include <unistd.h>
7  #include <errno.h>  #include <errno.h>
8    
9    #include "xpio.h"
10    
11  ssize_t xpread(int fd, void *buf, size_t count, off_t offset)  ssize_t xpread(int fd, void *buf, size_t count, off_t offset)
12  {  {
13   ssize_t ctr = 0;   ssize_t ctr = 0;

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