Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2002 22:46:37 -0700 (PDT)
From:      "J. Mallett" <jmallett@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/ps fmt.c
Message-ID:  <200205020546.g425kba89876@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2002/05/01 22:46:37 PDT

  Modified files:
    bin/ps               fmt.c 
  Log:
  Don't cast incorrectly to malloc(3), and don't use errx(3) if malloc(3)
  returns NULL, as malloc(3) sets errno.  Use err(3).
  
  Revision  Changes    Path
  1.18      +2 -2      src/bin/ps/fmt.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?200205020546.g425kba89876>