Changeset f538ef3 in mainline for uspace/lib/c/generic/getopt.c


Ignore:
Timestamp:
2017-09-23T11:41:08Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
75c3830
Parents:
bd1745f
Message:

No need to have a (broken) BSD errx() function in libc.

File:
1 edited

Legend:

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

    rbd1745f rf538ef3  
    3434#include <assert.h>
    3535#include <stdarg.h>
     36#include <stdio.h>
    3637#include <stdlib.h>
    3738#include <stddef.h>
    38 #include <err.h>
    3939#include <errno.h>
    4040#include <getopt.h>
Note: See TracChangeset for help on using the changeset viewer.