[BACK]Return to cmds.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ftp

Diff for /src/usr.bin/ftp/cmds.c between version 1.78 and 1.79

version 1.78, 2016/08/14 18:34:48 version 1.79, 2017/01/21 08:33:07
Line 4 
Line 4 
 /*  /*
  * Copyright (C) 1997 and 1998 WIDE Project.   * Copyright (C) 1997 and 1998 WIDE Project.
  * All rights reserved.   * All rights reserved.
  *   *
  * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions   * modification, are permitted provided that the following conditions
  * are met:   * are met:
Line 16 
Line 16 
  * 3. Neither the name of the project nor the names of its contributors   * 3. Neither the name of the project nor the names of its contributors
  *    may be used to endorse or promote products derived from this software   *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.   *    without specific prior written permission.
  *   *
  * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND   * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE   * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE   * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Line 143 
Line 143 
 void  void
 put(int argc, char *argv[])  put(int argc, char *argv[])
 {  {
   
         (void)putit(argc, argv, 0);          (void)putit(argc, argv, 0);
 }  }
   
Line 1519 
Line 1519 
         }          }
 }  }
   
 /*  /*
  * Show remote system type   * Show remote system type
  */   */
 /* ARGSUSED */  /* ARGSUSED */

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79