dreid       99/10/22 15:30:45

  Modified:    src/lib/apr/include apr_portable.h
               src/lib/apr/threadproc/beos threadproc.h
  Log:
  The rest of the changes for BeOS the process change I made tonight.
  
  This will break some things but I'll fix them in the coming days.
  
  Revision  Changes    Path
  1.11      +1 -1      apache-2.0/src/lib/apr/include/apr_portable.h
  
  Index: apr_portable.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/include/apr_portable.h,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- apr_portable.h    1999/10/21 16:43:10     1.10
  +++ apr_portable.h    1999/10/22 22:30:41     1.11
  @@ -132,7 +132,7 @@
   typedef int                   ap_os_sock_t;
   typedef struct os_lock_t      ap_os_lock_t;
   typedef thread_id             ap_os_thread_t;
  -typedef pid_t                 ap_os_proc_t;
  +typedef thread_id             ap_os_proc_t;
   typedef int                   ap_os_threadkey_t;
   typedef struct timeval        ap_os_time_t;
   
  
  
  
  1.4       +1 -0      apache-2.0/src/lib/apr/threadproc/beos/threadproc.h
  
  Index: threadproc.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/threadproc/beos/threadproc.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- threadproc.h      1999/09/10 14:00:47     1.3
  +++ threadproc.h      1999/10/22 22:30:44     1.4
  @@ -118,6 +118,7 @@
   struct proc_t {
       ap_context_t *cntxt;
       pid_t pid;
  +    thread_id tid;
       struct procattr_t *attr;
   };
   
  
  
  

Reply via email to