From owner-cvs-all Sun Jul 7 14:46: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B488D37B400; Sun, 7 Jul 2002 14:46:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A46643E42; Sun, 7 Jul 2002 14:46:00 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g67Lk0JU041099; Sun, 7 Jul 2002 14:46:00 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g67Lk0nT041098; Sun, 7 Jul 2002 14:46:00 -0700 (PDT) Message-Id: <200207072146.g67Lk0nT041098@freefall.freebsd.org> From: Juli Mallett Date: Sun, 7 Jul 2002 14:45:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps print.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/07/07 14:45:59 PDT Modified files: bin/ps print.c Log: Make printval() take a 'void *' thus negating any assumptions the compiler may try to make about the alignment of the dereferenced datum. Revision Changes Path 1.68 +2 -2 src/bin/ps/print.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message