diff options
author | Peter Galbavy <peter@cvs.openbsd.org> | 1998-07-21 19:48:10 +0000 |
---|---|---|
committer | Peter Galbavy <peter@cvs.openbsd.org> | 1998-07-21 19:48:10 +0000 |
commit | 57c8ec29e7edfecff534599d5b59c7ab27a2ca03 (patch) | |
tree | 019102de27932c5251f0c0d0d7e8008213395080 /lib/libpthread/stdlib | |
parent | 85951770ba93251f4179cb19db5aea7acd61a541 (diff) |
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 |