summaryrefslogtreecommitdiffstats
path: root/usr.bin/tftp/extern.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1998-10-30 16:17:50 +0000
committerdg <dg@FreeBSD.org>1998-10-30 16:17:50 +0000
commit49185b19a87ee1c77eddf4260925a3741f866b62 (patch)
tree0513d4004e668b1a3feaa6e80f85e0375c72ae3d /usr.bin/tftp/extern.h
parent8de37805c02dd4ad678aca8584084fe426626dea (diff)
downloadFreeBSD-src-49185b19a87ee1c77eddf4260925a3741f866b62.zip
FreeBSD-src-49185b19a87ee1c77eddf4260925a3741f866b62.tar.gz
Rename a function name so that it doesn't conflict with a future system call.
Diffstat (limited to 'usr.bin/tftp/extern.h')
-rw-r--r--usr.bin/tftp/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tftp/extern.h b/usr.bin/tftp/extern.h
index 9174cb1..d64cf29 100644
--- a/usr.bin/tftp/extern.h
+++ b/usr.bin/tftp/extern.h
@@ -34,4 +34,4 @@
*/
void recvfile __P((int, char *, char *));
-void sendfile __P((int, char *, char *));
+void xmitfile __P((int, char *, char *));
OpenPOWER on IntegriCloud