summaryrefslogtreecommitdiff
path: root/sys/lib/libsa
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-11-19 19:59:03 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-11-19 19:59:03 +0000
commitac727027c5b72d7b65a72ff2706ce51d6b26289a (patch)
tree49d6f22ca1a2203c5a6f95f5ef2bb52abd12dd97 /sys/lib/libsa
parentfa277f1d6649f47a8d8f2d30d5383c18d92aa310 (diff)
Remove braindead prototype for a nonexistent function.
Diffstat (limited to 'sys/lib/libsa')
-rw-r--r--sys/lib/libsa/tftp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/lib/libsa/tftp.h b/sys/lib/libsa/tftp.h
index 3cfc4ddba85..7c053ab3c90 100644
--- a/sys/lib/libsa/tftp.h
+++ b/sys/lib/libsa/tftp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tftp.h,v 1.3 2009/03/02 00:00:56 krw Exp $ */
+/* $OpenBSD: tftp.h,v 1.4 2014/11/19 19:59:02 miod Exp $ */
/* $NetBSD: tftp.h,v 1.3 2003/08/07 16:32:30 agc Exp $ */
/*
@@ -109,7 +109,6 @@ int tftp_read(struct open_file *, void *, size_t, size_t *);
int tftp_write(struct open_file *, void *, size_t, size_t *);
off_t tftp_seek(struct open_file *, off_t, int);
int tftp_stat(struct open_file *, struct stat *);
-int tftp_mount(int, struct in_addr, char *);
int tftp_readdir(struct open_file *, char *);
#define IPPORT_TFTP 69