straighten out dprintf/fdprintf mess; remove old "define lchown chown"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -42,9 +42,9 @@ int FAST_FUNC vasprintf(char **string_ptr, const char *format, va_list p)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_FDPRINTF
|
||||
/* dprintf is now actually part of POSIX.1, but was only added in 2008 */
|
||||
int fdprintf(int fd, const char *format, ...)
|
||||
#ifndef HAVE_DPRINTF
|
||||
/* dprintf is now part of POSIX.1, but was only added in 2008 */
|
||||
int dprintf(int fd, const char *format, ...)
|
||||
{
|
||||
va_list p;
|
||||
int r;
|
||||
|
Reference in New Issue
Block a user