patch-2.1.36 linux/arch/m68k/boot/atari/bootp.h
Next file: linux/arch/m68k/boot/atari/bootstrap.c
Previous file: linux/arch/m68k/boot/atari/bootp.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Thu Apr 17 13:20:42 1997
- Orig file:
v2.1.35/linux/arch/m68k/boot/atari/bootp.h
- Orig date:
Wed Sep 25 00:47:39 1996
diff -u --recursive --new-file v2.1.35/linux/arch/m68k/boot/atari/bootp.h linux/arch/m68k/boot/atari/bootp.h
@@ -34,9 +34,9 @@
/***************************** Prototypes *****************************/
int get_remote_kernel( const char *kname );
-int kread( int fd, void *buf, unsigned cnt );
-int klseek( int fd, int where, int whence );
-int kclose( int fd );
+int ll_read( int fd, void *buf, unsigned cnt );
+int ll_lseek( int fd, int where, int whence );
+int ll_close( int fd );
/************************* End of Prototypes **************************/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov