Date: Tue, 18 Aug 1998 06:41:38 -0700 (PDT) From: John Birrell <jb@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/netstat route.c Message-ID: <199808181341.GAA25727@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jb 1998/08/18 06:41:38 PDT Modified files: usr.bin/netstat route.c Log: Change casts from int to u_long and formats from %x to %lx. Didn't fix the alignment of the output fields on alpha where addresses require 16 characters to print. Added a dummy field to the pt_u union to help the alpha compiler align the u_sa field in a suiable way. Revision Changes Path 1.33 +7 -6 src/usr.bin/netstat/route.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808181341.GAA25727>