Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.bin/ftp Pull up revision 1.60 (via patch, requested...



details:   https://anonhg.NetBSD.org/src/rev/9b576aaa69bf
branches:  netbsd-1-4
changeset: 471052:9b576aaa69bf
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 19 16:27:30 2000 +0000

description:
Pull up revision 1.60 (via patch, requested by he):
  Format string cleanup.

diffstat:

 usr.bin/ftp/extern.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r db509da0ef4d -r 9b576aaa69bf usr.bin/ftp/extern.h
--- a/usr.bin/ftp/extern.h      Thu Oct 19 15:58:46 2000 +0000
+++ b/usr.bin/ftp/extern.h      Thu Oct 19 16:27:30 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: extern.h,v 1.28.2.1 1999/06/25 01:15:04 cgd Exp $      */
+/*     $NetBSD: extern.h,v 1.28.2.2 2000/10/19 16:27:30 he Exp $       */
 
 /*-
  * Copyright (c) 1994 The Regents of the University of California.
@@ -53,7 +53,8 @@
 void   changetype __P((int, int));
 void   cmdabort __P((int));
 void   cmdscanner __P((int));
-int    command __P((const char *, ...));
+int    command __P((const char *, ...))
+     __attribute__((__format__(__printf__, 1, 2)));
 #ifndef NO_EDITCOMPLETE
 unsigned char complete __P((EditLine *, int));
 void   controlediting __P((void));



Home | Main Index | Thread Index | Old Index