Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2002 04:01:30 -0700 (PDT)
From:      Robert Drehmel <robert@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdio mktemp.c
Message-ID:  <200205271101.g4RB1Ux91949@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
robert      2002/05/27 04:01:30 PDT

  Modified files:
    lib/libc/stdio       mktemp.c 
  Log:
   - Move the loop conditional into the "for" header.
   - Remove redundant "? :" construct.
  style(9):
   - Place a space after return statements.
   - Compare pointers to NULL.
   - Do not use ! to compare a character to nul.
  
  Revision  Changes    Path
  1.26      +17 -19    src/lib/libc/stdio/mktemp.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?200205271101.g4RB1Ux91949>