From owner-cvs-all Sat Sep 28 21:14:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 884C937B401; Sat, 28 Sep 2002 21:14:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3650043E65; Sat, 28 Sep 2002 21:14:38 -0700 (PDT) (envelope-from eric@FreeBSD.org) Received: from freefall.freebsd.org (eric@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8T4EbCo043464; Sat, 28 Sep 2002 21:14:38 -0700 (PDT) (envelope-from eric@freefall.freebsd.org) Received: (from eric@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8T4EbCp043463; Sat, 28 Sep 2002 21:14:37 -0700 (PDT) Message-Id: <200209290414.g8T4EbCp043463@freefall.freebsd.org> From: Eric Melville Date: Sat, 28 Sep 2002 21:14:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include Makefile getopt.h src/lib/libc/stdlib Makefile.inc getopt_long.3 getopt_long.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 eric 2002/09/28 21:14:37 PDT Modified files: include Makefile lib/libc/stdlib Makefile.inc Added files: include getopt.h lib/libc/stdlib getopt_long.3 getopt_long.c Log: Add getopt_long(3). Obtained from: NetBSD Sponsored by: Apple Revision Changes Path 1.178 +1 -1 src/include/Makefile 1.1 +74 -0 src/include/getopt.h (new) 1.38 +2 -2 src/lib/libc/stdlib/Makefile.inc 1.1 +275 -0 src/lib/libc/stdlib/getopt_long.3 (new) 1.1 +494 -0 src/lib/libc/stdlib/getopt_long.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message