Please try the current snapshot.  That fixes it.


-- Start of PGP signed section.
> ============================================================================
>                         POSTGRESQL BUG REPORT TEMPLATE
> ============================================================================
> 
> 
> Your name             :  Roel Bouwman
> Your email address    :  [EMAIL PROTECTED]
> 
> 
> System Configuration
> ---------------------
>   Architecture (example: Intel Pentium)       : Intel
> 
>   Operating System (example: Linux 2.0.26 ELF)        : FreeBSD 3.1
> 
>   PostgreSQL version (example: PostgreSQL-6.5.1): PostgreSQL-7b1
> 
>   Compiler used (example:  gcc 2.8.0)         : gcc 2.7.2.1
> 
> 
> Please enter a FULL description of your problem:
> ------------------------------------------------
> 
> Missing include of sys/types.h in src/include/miscadmin.h
> 
> type pid_t is used in this header file, but sys/types is not included,
> and compilation will fail.
> 
> 
> 
> Please describe a way to repeat the problem.   Please try to provide a
> concise reproducible example, if at all possible: 
> ----------------------------------------------------------------------
> Simply do a configure on any FreeBSD system and make.
> I assume that this problem will manifest itsself on almost any
> OS, unless the header files are really broken and pid_t is defined
> in a place where it shouldn't be.
> 
> 
> If you know how this problem might be fixed, list the solution below:
> ---------------------------------------------------------------------
> Add:
> 
> #include <sys/types.h>
> 
> in src/include/miscadmin.h
> 
> 
> Regards,
> 
> Roel Bouwman.
> 
> ---
> Roel Bouwman, [EMAIL PROTECTED], URL: http://roel.bouwman.net/
> My PGP Public Key can be found on http://roel.bouwman.net/pgpkey.txt
-- End of PGP section, PGP failed!


-- 
  Bruce Momjian                        |  http://www.op.net/~candle
  [EMAIL PROTECTED]               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

Reply via email to