Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2006 10:47:53 +0100
From:      Robert Millan <rmh@aybabtu.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   misc/93172: [patch] uintXX_t style(9) updates
Message-ID:  <E1F7rM9-000P9D-P4@io.debian.net>
Resent-Message-ID: <200602110950.k1B9o3GJ069040@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         93172
>Category:       misc
>Synopsis:       [patch] uintXX_t style(9) updates
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 11 09:50:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Robert Millan
>Release:        
>Organization:
>Environment:
System: GNU/kFreeBSD io.debian.net 5.4-1-586 #0 Mon Dec 5 19:45:10 CET 2005 i586 i386 AMD-K6(tm) 3D processor GNU/kFreeBSD
Architecture: i586

	
>Description:
	Please could you update the following files to use the new uintXX_t types ?

	src/sys/dev/isp/isp.c src/sys/dev/isp/ispvar.h src/usr.bin/cksum/cksum.c

>How-To-Repeat:
	
>Fix:
for i in \
 src/sys/dev/isp/isp.c \
 src/sys/dev/isp/ispvar.h \
 src/usr.bin/cksum/cksum.c \
 ; do
   sed -i $i -e "s/u_int\([0-9]*\)_t/uint\1_t/g"
done
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1F7rM9-000P9D-P4>