diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-13 23:08:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-13 23:08:45 +0000 |
commit | 76e420745144c9af924621a6100c8a3b778e88af (patch) | |
tree | 81c0ffe3da830ec75353154ac59c964acd2e0dc6 /sys/arch/mvmeppc/stand/libsa/tftpfs.c | |
parent | 16c36029650b131642ed86189a7fea98d9c1e4a3 (diff) |
Remove remains of cut'n'paste from ffs code.
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 |