﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1363	Conflicting defintions of Fseek (PROTO)	Michael Wood-Vasey	eugene	"Current trunk Ohana fails to compile under gcc-4.2 with the message below.  I believe the issue is defining Fseek as a PROTO type isn't portably supported.

Ohana/src/libohana/src/findexec.c
int Fseek (FILE *f, off_t offset, int whence) {

Ohana/src/libohana/include/ohana.h
int     Fseek                  PROTO((FILE *f, long offset, int whence));


---
gcc-4.2 -O2 -D_DARWIN_C_SOURCE -fPIC -DHAVE_MYSQL_H  -I/Volumes/data/PS1/src/ipp-2.9/Ohana/src/libohana/include -I/Volumes/data/PS1/code/ipp-2.9/default.darwin_x86/include -I/usr/include -I/Volumes/data/PS1/code/ipp-2.9/default.darwin_x86/include -I/Volumes/data/PS1/code/ipp-2.9/default.darwin_x86/include/mysql  -Ddarwin_x86 -c /Volumes/data/PS1/src/ipp-2.9/Ohana/src/libohana/src/config.c -o /Volumes/data/PS1/src/ipp-2.9/Ohana/src/libohana/src/config.darwin_x86.o
/Volumes/data/PS1/src/ipp-2.9/Ohana/src/libohana/src/findexec.c:393: error: conflicting types for ‘Fseek’
/Volumes/data/PS1/src/ipp-2.9/Ohana/src/libohana/include/ohana.h:191: error: previous declaration of ‘Fseek’ was here
make[3]: *** [/Volumes/data/PS1/src/ipp-2.9/Ohana/src/libohana/src/findexec.darwin_x86.o] Error 1
"	defect	closed	normal		Ohana		normal	fixed		
