diff options
Diffstat (limited to 'libexec/ld.so/dl_printf.c')
-rw-r--r-- | libexec/ld.so/dl_printf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/dl_printf.c b/libexec/ld.so/dl_printf.c index 02d5a5d8f09..2bd20571f3d 100644 --- a/libexec/ld.so/dl_printf.c +++ b/libexec/ld.so/dl_printf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dl_printf.c,v 1.20 2017/01/24 23:37:10 millert Exp $ */ +/* $OpenBSD: dl_printf.c,v 1.21 2017/08/29 15:25:51 deraadt Exp $ */ /*- * Copyright (c) 1993 @@ -109,7 +109,7 @@ _dl_printf(const char *fmt, ...) } void -_dl_fdprintf(int fd, const char *fmt, ...) +_dl_dprintf(int fd, const char *fmt, ...) { va_list ap; |