[HACKERS] Build errors latest CVS freebsd

2005-06-29 Thread Christopher Kings-Lynne
gmake distclean ./configure ... gmake install ... gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -g -I../../../../src/include -c -o timestamp.o timestamp.c -MMD timestamp.c: In function `GetCurrentTimestamp': timestamp.c:955: storage size of `tp' isn't known

Re: [HACKERS] Build errors latest CVS freebsd

2005-06-29 Thread Tom Lane
Christopher Kings-Lynne [EMAIL PROTECTED] writes: timestamp.c: In function `GetCurrentTimestamp': timestamp.c:955: storage size of `tp' isn't known timestamp.c:957: warning: implicit declaration of function `gettimeofday' timestamp.c:955: warning: unused variable `tp' timestamp.c:954: