Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/printf Complete declaration of progprintf() to fix b...



details:   https://anonhg.NetBSD.org/src/rev/b1e691922ca6
branches:  trunk
changeset: 532760:b1e691922ca6
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Jun 14 11:32:15 2002 +0000

description:
Complete declaration of progprintf() to fix build problem in csh(1).

diffstat:

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

diffs (27 lines):

diff -r f71f4ffcac60 -r b1e691922ca6 usr.bin/printf/printf.c
--- a/usr.bin/printf/printf.c   Fri Jun 14 11:28:33 2002 +0000
+++ b/usr.bin/printf/printf.c   Fri Jun 14 11:32:15 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: printf.c,v 1.23 2002/06/14 01:12:15 wiz Exp $  */
+/*     $NetBSD: printf.c,v 1.24 2002/06/14 11:32:15 tron Exp $ */
 
 /*
  * Copyright (c) 1989, 1993
@@ -45,7 +45,7 @@
 #if 0
 static char sccsid[] = "@(#)printf.c   8.2 (Berkeley) 3/22/95";
 #else
-__RCSID("$NetBSD: printf.c,v 1.23 2002/06/14 01:12:15 wiz Exp $");
+__RCSID("$NetBSD: printf.c,v 1.24 2002/06/14 11:32:15 tron Exp $");
 #endif
 #endif /* not lint */
 
@@ -125,7 +125,7 @@
 
 int
 #ifdef BUILTIN
-progprintf(argc, argv)
+progprintf(int argc, char **argv)
 #else
 main(int argc, char **argv)
 #endif



Home | Main Index | Thread Index | Old Index