This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Add #ifdef HAVE_SYS_PROC_H


This is a followup on the following change that adds detection of
<sys/proc.h> at configure time:
http://sources.redhat.com/ml/gdb-patches/2002-07/msg00105.html

I have committed the following simple patch, tested on Solaris, which
has <sys/proc.h>. This is mainly in preparation for the interix port.

2002-07-16  Joel Brobecker  <brobecker@gnat.com>

        * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
        <sys/proc.h> when not available.

-- 
Joel

Attachment: proc_api.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]