uml: change remaining callers of os_{read_write}_file
[powerpc.git] / arch / um / sys-i386 / bugs.c
index 74fd062..f5dfe49 100644 (file)
@@ -28,7 +28,7 @@ static char token(int fd, char *buf, int len, char stop)
        ptr = buf;
        end = &buf[len];
        do {
-               n = os_read_file(fd, ptr, sizeof(*ptr));
+               n = os_read_file_k(fd, ptr, sizeof(*ptr));
                c = *ptr++;
                if(n != sizeof(*ptr)){
                        if(n == 0)