Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/lib/libsa/subr_prf.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/lib/libsa/subr_prf.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.17 retrieving revision 1.17.8.1 diff -u -p -r1.17 -r1.17.8.1 --- src/sys/lib/libsa/subr_prf.c 2010/01/19 15:26:45 1.17 +++ src/sys/lib/libsa/subr_prf.c 2011/03/05 15:10:42 1.17.8.1 @@ -1,4 +1,4 @@ -/* $NetBSD: subr_prf.c,v 1.17 2010/01/19 15:26:45 tsutsui Exp $ */ +/* $NetBSD: subr_prf.c,v 1.17.8.1 2011/03/05 15:10:42 bouyer Exp $ */ /*- * Copyright (c) 1993 @@ -66,8 +66,7 @@ static void kdoprnt(void (*)(int), const static char *sbuf, *ebuf; -const char HEXDIGITS[] = "0123456789ABCDEF"; -const char hexdigits[] = "0123456789abcdef"; +const char hexdigits[16] = "0123456789abcdef"; #define LONG 0x01 #ifdef LIBSA_PRINTF_LONGLONG_SUPPORT