From 76e420745144c9af924621a6100c8a3b778e88af Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sun, 13 Aug 2006 23:08:45 +0000 Subject: Remove remains of cut'n'paste from ffs code. --- sys/arch/mvmeppc/stand/libsa/tftpfs.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/arch/mvmeppc/stand/libsa') 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 -- cgit v1.2.3