[pfx-dev] Re: [PATCH] closefrom() returns void

2024-12-13 Thread Michael Tokarev via Postfix-devel
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

[pfx-dev] Re: [PATCH] closefrom() returns void

2024-12-13 Thread Wietse Venema via Postfix-devel
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 _