From eb078db384e336c1f2338adfdf8f6594660964d6 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 10 Aug 2010 19:54:32 -0400 Subject: [PATCH] Add comment as to where getopt_long.c came from Also fix the include path. Signed-off-by: Jens Axboe --- lib/getopt_long.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/getopt_long.c b/lib/getopt_long.c index 3d80627f..6e8abc06 100644 --- a/lib/getopt_long.c +++ b/lib/getopt_long.c @@ -6,12 +6,15 @@ * - Option reordering is not supported * - -W foo is not supported * - First optstring character "-" not supported. + * + * This file was imported from the klibc library from hpa */ #include #include #include -#include + +#include "getopt.h" char *optarg; int optind, opterr, optopt; -- 2.25.1