diff options
| author | John Polstra <jdp@FreeBSD.org> | 1998-09-14 22:49:02 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1998-09-14 22:49:02 +0000 |
| commit | e8f80c1acae8a8bca956b931e0105feb4ada302c (patch) | |
| tree | fb0ea82209aa69bf6bbe1e1ad8890b236812295d /gnu/usr.bin/binutils/libbfd | |
| parent | 8c64af4f750d8c5fdc217c194d0d3ab5651617c3 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libbfd')
| -rw-r--r-- | gnu/usr.bin/binutils/libbfd/alpha/config.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/libbfd/i386/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/alpha/config.h b/gnu/usr.bin/binutils/libbfd/alpha/config.h index dcea308a796c..b14ec9f12383 100644 --- a/gnu/usr.bin/binutils/libbfd/alpha/config.h +++ b/gnu/usr.bin/binutils/libbfd/alpha/config.h @@ -38,7 +38,7 @@ /* #undef TRAD_HEADER */ /* Define only if <sys/procfs.h> is available *and* it defines prstatus_t. */ -/* #undef HAVE_SYS_PROCFS_H */ +#define HAVE_SYS_PROCFS_H 1 /* Do we really want to use mmap if it's available? */ /* #undef USE_MMAP */ diff --git a/gnu/usr.bin/binutils/libbfd/i386/config.h b/gnu/usr.bin/binutils/libbfd/i386/config.h index 0dc997028238..1e1ede969582 100644 --- a/gnu/usr.bin/binutils/libbfd/i386/config.h +++ b/gnu/usr.bin/binutils/libbfd/i386/config.h @@ -38,7 +38,7 @@ #define TRAD_HEADER "hosts/i386bsd.h" /* Define only if <sys/procfs.h> is available *and* it defines prstatus_t. */ -/* #undef HAVE_SYS_PROCFS_H */ +#define HAVE_SYS_PROCFS_H 1 /* Do we really want to use mmap if it's available? */ /* #undef USE_MMAP */ |
