From owner-cvs-all Wed May 29 16:53: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 610AF37B406; Wed, 29 May 2002 16:52:55 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4TNqtd23948; Wed, 29 May 2002 16:52:55 -0700 (PDT) (envelope-from tjr) Message-Id: <200205292352.g4TNqtd23948@freefall.freebsd.org> From: "Tim J. Robbins" Date: Wed, 29 May 2002 16:52:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uniq uniq.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/29 16:52:55 PDT Modified files: usr.bin/uniq uniq.c Log: Don't bother trying to handle "-" arguments ourselves, getopt(3) already does this for us. Revision Changes Path 1.15 +2 -5 src/usr.bin/uniq/uniq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message