13.12.2024 15:12, Wietse Venema via Postfix-devel wrote:
Michael Tokarev via Postfix-devel:
#ifndef HAS_CLOSEFROM
-extern int closefrom(int);
+extern void closefrom(int);
Is not the real problem that this (and the C function) should be
compiled OUT on systems that DO have closefrom()?
Inde
Michael Tokarev via Postfix-devel:
> #ifndef HAS_CLOSEFROM
> -extern int closefrom(int);
> +extern void closefrom(int);
Is not the real problem that this (and the C function) should be
compiled OUT on systems that DO have closefrom()?
Wietse
_