diff options
Diffstat (limited to 'sbin/atm/fore_dnld/fore_dnld.c')
| -rw-r--r-- | sbin/atm/fore_dnld/fore_dnld.c | 8 |
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 d0e965e96e47c..6ecafa5d49b90 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.1 1998/09/15 08:22:47 phk Exp $ + * @(#) $Id: fore_dnld.c,v 1.15 1998/08/26 23:29:32 mks Exp $ * */ @@ -37,7 +37,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: fore_dnld.c,v 1.1 1998/09/15 08:22:47 phk Exp $"; +static char *RCSid = "@(#) $Id: fore_dnld.c,v 1.15 1998/08/26 23:29:32 mks Exp $"; #endif #include <sys/types.h> @@ -407,7 +407,7 @@ unsigned short crctab[1<<B] = { * -1 unable to send file */ int -xmitfile ( filename ) +sendfile ( filename ) char *filename; { int fd; @@ -1202,7 +1202,7 @@ char *argv[]; sndfile = objfile; if ( ext && !binary ) - err = xmitfile ( sndfile ); + err = sendfile ( sndfile ); else err = sendbinfile ( sndfile, ram ); |
