Hi -

I dont think FreeBSD has an fdatasync() function but you can replace
this call directly for an fsync() function call (although it is
slightly slower). Just change the word fdatasync to fsync.

Marcus


> -----Original Message-----
> From: Ryan Duda [mailto:[EMAIL PROTECTED]]
> Subject: Problems Compiling 4.10.17.
>
>
> Under FreeBSD 4.3-S
>
> gcc -I. -I/usr/local/include/mysql     -g -O2 -Wall -c
> vdelivermail.c
> vdelivermail.c: In function `deliver_mail':
> vdelivermail.c:454: warning: long unsigned int format,
> unsigned int arg (arg 4)
> vdelivermail.c:454: warning: long unsigned int format,
> different type arg
> (arg 7)
> vdelivermail.c:456: warning: long unsigned int format,
> unsigned int arg (arg 4)
> vdelivermail.c:456: warning: long unsigned int format,
> different type arg
> (arg 7)
> vdelivermail.c:536: warning: implicit declaration of
> function `fdatasync'
[snip]

Reply via email to