Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/getopt.c

    r7c3fb9b r3bacee1  
    11/*      $NetBSD: getopt_long.c,v 1.21.4.1 2008/01/09 01:34:14 matt Exp $        */
    22
    3 /*
     3/*-
    44 * Copyright (c) 2000 The NetBSD Foundation, Inc.
    55 * All rights reserved.
     
    4141#include <str.h>
    4242
    43 /*
    44  * HelenOS Port : We're incorporating only the modern getopt_long with wrappers
     43/* HelenOS Port : We're incorporating only the modern getopt_long with wrappers
    4544 * to keep legacy getopt() usage from breaking. All references to REPLACE_GETOPT
    46  * are dropped, we just include the code
    47  */
     45 * are dropped, we just include the code */
    4846
    4947int     opterr = 1;             /* if error message should be printed */
     
    8381/* Error messages */
    8482
    85 /*
    86  * HelenOS Port: Calls to warnx() were eliminated (as we have no stderr that
     83/* HelenOS Port: Calls to warnx() were eliminated (as we have no stderr that
    8784 * may be redirected) and replaced with printf. As such, error messages now
    88  * end in a newline
    89  */
     85 * end in a newline */
    9086
    9187static const char recargchar[] = "option requires an argument -- %c\n";
Note: See TracChangeset for help on using the changeset viewer.