Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Sep 2001 10:10:57 -0700 (PDT)
From:      Mark Murray <markm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/su Makefile su.c
Message-ID:  <200109041710.f84HAv396208@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
markm       2001/09/04 10:10:57 PDT

  Modified files:
    usr.bin/su           Makefile su.c 
  Log:
  WARNS=2 fixes.
  
  The remaining problem of converting highly incompatible pointer types
  is done by "laundering" the value through a union.
  
  This solves the problem (in my own mind) of how a "const char *" _ever_
  actually gets a value in a WARNS=2 world.
  
  Revision  Changes    Path
  1.34      +2 -4      src/usr.bin/su/Makefile
  1.45      +11 -7     src/usr.bin/su/su.c


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




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