From: | The Hermit Hacker <scrappy(at)hub(dot)org> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | pid_t define missing in include/miscadmin.h ... |
Date: | 2000-02-15 01:11:23 |
Message-ID: | Pine.BSF.4.21.0002142106120.74045-100000@thelab.hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Okay, I may be missing something here, but:
gmake[2]: Entering directory `/usr/local/pgsql/src/pgsql/src/backend/parser'
gcc -I../../include -I../../backend -O2 -m486 -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I.. -Wno-error -c scansup.c -o scansup.o
In file included from scansup.c:20:
../../include/miscadmin.h:225: syntax error before `pid'
gmake[2]: *** [scansup.o] Error 1
Looking at include/miscadmin.h:
=========
extern int SetPidFile(pid_t pid);
#endif /* MISCADMIN_H */
=========
but I can't find anywhere that pid_t is defined, and the cvs logs don't
appear to indicate that anyone has touched that file in a few weeks ...
So, am I missing something? This is using CVS source as of today, on
FreeBSD 4.0-CURRENT ...
Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org
From | Date | Subject | |
---|---|---|---|
Next Message | The Hermit Hacker | 2000-02-15 01:19:48 | Re: [HACKERS] Release on the 15th? |
Previous Message | Don Baccus | 2000-02-15 01:07:08 | Re: [HACKERS] Solution for LIMIT cost estimation |