Date: Fri, 17 Jan 2014 14:48:21 GMT From: Maciej Sobczak <prog@msobczak.com> To: freebsd-gnats-submit@FreeBSD.org Subject: bin/185846: [patch] bin/sleep/sleep.c - remove unnecessary blank line Message-ID: <201401171448.s0HEmLoK039138@oldred.freebsd.org> Resent-Message-ID: <201401171450.s0HEo0fx092916@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 185846 >Category: bin >Synopsis: [patch] bin/sleep/sleep.c - remove unnecessary blank line >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 17 14:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Maciej Sobczak >Release: CURRENT >Organization: >Environment: >Description: The bin/sleep/sleep.c source file contains unnecessary blank line in the usage function. >How-To-Repeat: >Fix: The attached patch file is relative to /usr/src. Patch attached with submission follows: Index: bin/sleep/sleep.c =================================================================== --- bin/sleep/sleep.c (revision 260825) +++ bin/sleep/sleep.c (working copy) @@ -103,7 +103,6 @@ static void usage(void) { - fprintf(stderr, "usage: sleep seconds\n"); exit(1); } >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401171448.s0HEmLoK039138>