summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/getopt_long.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* avoid clash between for getopt's struct optionDamien Miller2023-02-271-0/+14
| | | | | | | | Since we don't use getopt_long() nothing outside the getopt() implementation itself uses this structure, so move it into the source to remove it from visibility and clashes with libc's ok dtucker@
* polish whitespace for portable filesDamien Miller2021-04-031-1/+1
|
* - (dtucker) [openbsd-compat/getopt.h openbsd-compat/getopt_long.cDarren Tucker2013-05-101-2/+4
| | | | | openbsd-compat/openbsd-compat.h] pull in getopt.h from openbsd and plumb in to use it when we're using our own getopt.
* - (dtucker) [openbsd-compat/Makefile.in openbsd-compat/getopt.cDarren Tucker2013-05-101-0/+19
| | | | | | openbsd-compat/getopt_long.c regress/modpipe.c] Remove getopt.c, add portability code to getopt_long.c and switch over Makefile and the ugly hack in modpipe.c. Fixes bz#1448.
* - (dtucker) [openbsd-compat/getopt_long.c] Import from OpenBSD. NoDarren Tucker2013-05-101-0/+511
portability changes yet.