Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jul 2000 15:05:56 -0700
From:      Alfred Perlstein <bright@wintelcom.net>
To:        arch@freebsd.org
Subject:   kernel printf %i?
Message-ID:  <20000710150556.I25571@fw.wintelcom.net>

next in thread | raw e-mail | index | archive | help
any objections:


Index: subr_prf.c
===================================================================
RCS file: /home/ncvs/src/sys/kern/subr_prf.c,v
retrieving revision 1.62
diff -u -u -r1.62 subr_prf.c
--- subr_prf.c	2000/04/29 11:32:15	1.62
+++ subr_prf.c	2000/07/10 22:06:55
@@ -589,6 +589,7 @@
 			}
 			break;
 		case 'd':
+		case 'i':
 			if (qflag)
 				uq = va_arg(ap, quad_t);
 			else if (lflag)

?

-- 
-Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org]
"I have the heart of a child; I keep it in a jar on my desk."


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000710150556.I25571>