From owner-cvs-src@FreeBSD.ORG Wed Jun 4 19:17:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75766106566B; Wed, 4 Jun 2008 19:17:13 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 410DA8FC16; Wed, 4 Jun 2008 19:17:13 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m54JHDib033240; Wed, 4 Jun 2008 19:17:13 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m54JHDYS033239; Wed, 4 Jun 2008 19:17:13 GMT (envelope-from dwmalone@repoman.freebsd.org) Message-Id: <200806041917.m54JHDYS033239@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dwmalone@repoman.freebsd.org using -f From: David Malone Date: Wed, 4 Jun 2008 19:16:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/su su.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2008 19:17:13 -0000 dwmalone 2008-06-04 19:17:13 UTC FreeBSD src repository Modified files: usr.bin/su su.c Log: SVN rev 179547 on 2008-06-04 19:16:54Z by dwmalone Fix a strict aliasing warning - I think it is really telling us that the way char * and void * pointers may not be stored in the same way. Revision Changes Path 1.88 +3 -2 src/usr.bin/su/su.c