summaryrefslogtreecommitdiffstats
path: root/sbin/atm
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 /sbin/atm
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 'sbin/atm')
-rw-r--r--sbin/atm/fore_dnld/fore_dnld.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/atm/fore_dnld/fore_dnld.c b/sbin/atm/fore_dnld/fore_dnld.c
index 6ecafa5..d0e965e 100644
--- a/sbin/atm/fore_dnld/fore_dnld.c
+++ b/sbin/atm/fore_dnld/fore_dnld.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: fore_dnld.c,v 1.15 1998/08/26 23:29:32 mks Exp $
+ * @(#) $Id: fore_dnld.c,v 1.1 1998/09/15 08:22:47 phk Exp $
*
*/
@@ -37,7 +37,7 @@
*/
#ifndef lint
-static char *RCSid = "@(#) $Id: fore_dnld.c,v 1.15 1998/08/26 23:29:32 mks Exp $";
+static char *RCSid = "@(#) $Id: fore_dnld.c,v 1.1 1998/09/15 08:22:47 phk Exp $";
#endif
#include <sys/types.h>
@@ -407,7 +407,7 @@ unsigned short crctab[1<<B] = {
* -1 unable to send file
*/
int
-sendfile ( filename )
+xmitfile ( filename )
char *filename;
{
int fd;
@@ -1202,7 +1202,7 @@ char *argv[];
sndfile = objfile;
if ( ext && !binary )
- err = sendfile ( sndfile );
+ err = xmitfile ( sndfile );
else
err = sendbinfile ( sndfile, ram );
OpenPOWER on IntegriCloud