Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2002 17:14:36 -0800 (PST)
From:      Nate Lawson <njl@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/sleep sleep.c
Message-ID:  <200211140114.gAE1Eabj088543@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
njl         2002/11/13 17:14:36 PST

  Modified files:
    bin/sleep            sleep.c 
  Log:
  Minimal take on previous commit -- remove getopt and printf.  Static size
  is reduced by 40k, dynamic by a few bytes.
  Functional changes:
  * "sleep -- arg" now returns usage() instead of ignoring the --
  * "sleep -1" now returns immediately instead of returning usage()
  
  Reviewed by:    jmallett
  
  Revision  Changes    Path
  1.15      +9 -15     src/bin/sleep/sleep.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?200211140114.gAE1Eabj088543>