Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/usr.bin/ftp Pull up revision 1.113 (requested by lukem in...



details:   https://anonhg.NetBSD.org/src/rev/a9c3cfb8c834
branches:  netbsd-3
changeset: 576745:a9c3cfb8c834
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Jul 24 10:19:34 2005 +0000

description:
Pull up revision 1.113 (requested by lukem in ticket #606):
Some const cleanups.

diffstat:

 usr.bin/ftp/cmds.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 73a07f97be63 -r a9c3cfb8c834 usr.bin/ftp/cmds.c
--- a/usr.bin/ftp/cmds.c        Sun Jul 24 10:19:26 2005 +0000
+++ b/usr.bin/ftp/cmds.c        Sun Jul 24 10:19:34 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cmds.c,v 1.111.2.1 2005/05/09 17:05:34 tron Exp $      */
+/*     $NetBSD: cmds.c,v 1.111.2.2 2005/07/24 10:19:34 tron Exp $      */
 
 /*-
  * Copyright (c) 1996-2005 The NetBSD Foundation, Inc.
@@ -103,7 +103,7 @@
 #if 0
 static char sccsid[] = "@(#)cmds.c     8.6 (Berkeley) 10/9/94";
 #else
-__RCSID("$NetBSD: cmds.c,v 1.111.2.1 2005/05/09 17:05:34 tron Exp $");
+__RCSID("$NetBSD: cmds.c,v 1.111.2.2 2005/07/24 10:19:34 tron Exp $");
 #endif
 #endif /* not lint */
 
@@ -776,7 +776,7 @@
        fclose(fp);
 }
 
-char *
+const char *
 onoff(int bool)
 {
 



Home | Main Index | Thread Index | Old Index