| 11564 | } |
| 11565 | |
| 11566 | static int printf_logmsg_wrap(const char *fmt, ...) { |
| 11567 | va_list args; |
| 11568 | va_start(args, fmt); |
| 11569 | logmsgv(LOGMSG_USER, fmt, args); |
| 11570 | va_end(args); |
| 11571 | return 0; |
| 11572 | } |
| 11573 | |
| 11574 | void stat4dump(int more, char *table, int istrace) |
| 11575 | { |