diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-04 19:05:26 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-04 19:05:26 +0000 |
commit | 0464bc0bb3adabd8b316247e5e6ac8704c57d352 (patch) | |
tree | 048af3501af953503d0964fd32e20d767c70b4f2 | |
parent | 2fa256b36881b63bc0450dbc3033e1c67030e0e9 (diff) |
entered into RCS
-rw-r--r-- | libthreads/i386/thread.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libthreads/i386/thread.c b/libthreads/i386/thread.c index 155146b2..8ba81826 100644 --- a/libthreads/i386/thread.c +++ b/libthreads/i386/thread.c @@ -52,12 +52,12 @@ */ #ifndef lint -static char rcs_id[] = "$Header: cvs-sans-libpthread/hurd/libthreads/i386/thread.c,v 1.1 1992/10/06 18:31:16 mib Exp $"; +static char rcs_id[] = "$Header: cvs-sans-libpthread/hurd/libthreads/i386/thread.c,v 1.2 1994/05/04 19:05:26 mib Exp $"; #endif not lint -#include <cthreads.h> -#include "cthread_internals.h" +#include "../cthreads.h" +#include "../cthread_internals.h" #include <mach/mach.h> |