summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-08-13 23:08:45 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-08-13 23:08:45 +0000
commit76e420745144c9af924621a6100c8a3b778e88af (patch)
tree81c0ffe3da830ec75353154ac59c964acd2e0dc6 /sys/arch/mvme88k/stand
parent16c36029650b131642ed86189a7fea98d9c1e4a3 (diff)
Remove remains of cut'n'paste from ffs code.
Diffstat (limited to 'sys/arch/mvme88k/stand')
-rw-r--r--sys/arch/mvme88k/stand/tftpboot/tftpfs.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/stand/tftpboot/tftpfs.c b/sys/arch/mvme88k/stand/tftpboot/tftpfs.c
index 6fe0576ef2b..acfafe4dff6 100644
--- a/sys/arch/mvme88k/stand/tftpboot/tftpfs.c
+++ b/sys/arch/mvme88k/stand/tftpboot/tftpfs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tftpfs.c,v 1.2 2006/05/16 22:52:09 miod Exp $ */
+/* $OpenBSD: tftpfs.c,v 1.3 2006/08/13 23:08:43 miod Exp $ */
/*-
* Copyright (c) 2001 Steve Murphree, Jr.
@@ -61,9 +61,6 @@ struct tftp_file {
#define TFTP_BLOCK_OFF(x) (x % TFTP_BLOCK_SIZE)
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