diff options
author | 2003-06-02 03:46:42 +0000 | |
---|---|---|
committer | 2003-06-02 03:46:42 +0000 | |
commit | 3ec87a8a56c0f9cde775eba79cf53043719219fc (patch) | |
tree | da7de6ea772a9e9237957d259a3e122d756d0e97 /lib/libc/stdlib/Makefile.inc | |
parent | prevents systrace from referencing freed memory; provos (diff) | |
download | wireguard-openbsd-3ec87a8a56c0f9cde775eba79cf53043719219fc.tar.xz wireguard-openbsd-3ec87a8a56c0f9cde775eba79cf53043719219fc.zip |
Use the getopt() in getopt_long.c which supports some GNU extensions.
getopt.c is no longer compiled and will eventually be removed.
Diffstat (limited to 'lib/libc/stdlib/Makefile.inc')
-rw-r--r-- | lib/libc/stdlib/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index bfbbdcb7f43..b3be1f7bc2a 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -4,7 +4,7 @@ .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/stdlib ${LIBCSRCDIR}/stdlib SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c atoll.c bsearch.c \ - calloc.c cfree.c exit.c ecvt.c gcvt.c getenv.c getopt.c getopt_long.c \ + calloc.c cfree.c exit.c ecvt.c gcvt.c getenv.c getopt_long.c \ getsubopt.c heapsort.c l64a.c lsearch.c malloc.c merge.c \ multibyte.c putenv.c qsort.c radixsort.c rand.c random.c realpath.c \ setenv.c strtod.c strtol.c strtoll.c strtoul.c strtoull.c system.c \ |