diff options
author | 1998-07-21 19:47:51 +0000 | |
---|---|---|
committer | 1998-07-21 19:47:51 +0000 | |
commit | 93b473297fa69d95dbfa87ca874a58d76c732290 (patch) | |
tree | 25cdb5cb5b71bff04b2c34b3c33be0e45bccda11 /lib/libpthread/stdlib | |
parent | sync (diff) | |
download | wireguard-openbsd-93b473297fa69d95dbfa87ca874a58d76c732290.tar.xz wireguard-openbsd-93b473297fa69d95dbfa87ca874a58d76c732290.zip |
this will now compile on i386 if you move arch/i386/machdep.h to
arch/i386/pthread/machdep.h - not an ideal solution. Correct fix
is welcome. I am quiting work on this for today, so other hackers
are welcome to take it up for the rest of the day/night. More from
me tomorrow.
Diffstat (limited to 'lib/libpthread/stdlib')
-rw-r--r-- | lib/libpthread/stdlib/getopt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libpthread/stdlib/getopt.c b/lib/libpthread/stdlib/getopt.c index 88164ef34a1..20d2e7b8ea3 100644 --- a/lib/libpthread/stdlib/getopt.c +++ b/lib/libpthread/stdlib/getopt.c @@ -39,7 +39,6 @@ static char sccsid[] = "@(#)getopt.c 4.13 (Berkeley) 2/23/91"; #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <config.h> /* * get option letter from argument vector |