summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/mvme88k/stand/tftpboot/tftpfs.c5
-rw-r--r--sys/arch/mvmeppc/stand/libsa/tftpfs.c5
2 files changed, 2 insertions, 8 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
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