diff options
Diffstat (limited to 'sys/arch/mvmeppc/stand/libsa/tftpfs.c')
-rw-r--r-- | sys/arch/mvmeppc/stand/libsa/tftpfs.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/mvmeppc/stand/libsa/tftpfs.c b/sys/arch/mvmeppc/stand/libsa/tftpfs.c index 42f897506df..637d8811650 100644 --- a/sys/arch/mvmeppc/stand/libsa/tftpfs.c +++ b/sys/arch/mvmeppc/stand/libsa/tftpfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tftpfs.c,v 1.3 2003/06/01 17:00:38 deraadt Exp $ */ +/* $OpenBSD: tftpfs.c,v 1.4 2006/08/13 23:08:44 miod Exp $ */ /*- * Copyright (c) 2001 Steve Murphree, Jr. @@ -62,9 +62,6 @@ struct tftp_file { static int read_inode(ino_t, struct open_file *); static int block_map(struct open_file *, daddr_t, daddr_t *); static int tftp_read_file(struct open_file *, char **, size_t *); -#ifdef COMPAT_UFS -static void ffs_oldfscompat(struct fs *); -#endif /* * Read a portion of a file into an internal buffer. Return |