diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-06 20:04:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-06 20:04:01 +0000 |
commit | fb77cb0f007d25ab8a99b64eb77a2c87f0f2716b (patch) | |
tree | 1ca0d8d9ec13024a0568af5622c3aad9598e5f3f /libexec/ld.so/dl_printf.c | |
parent | b3bbcf5fcb95fdeddc3df57ff9537e59f900a405 (diff) |
various proto, ansi, and knf repair. tested on all architectures that
use it. (build may require make cleandir because of .depend balony)
Diffstat (limited to 'libexec/ld.so/dl_printf.c')
-rw-r--r-- | libexec/ld.so/dl_printf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ld.so/dl_printf.c b/libexec/ld.so/dl_printf.c index 8d3a80f1980..a7f84f02da3 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.12 2003/06/02 19:38:24 millert Exp $ */ +/* $OpenBSD: dl_printf.c,v 1.13 2003/07/06 20:03:57 deraadt Exp $ */ /*- * Copyright (c) 1993 @@ -58,6 +58,7 @@ #include <sys/types.h> #include <stdarg.h> #include "syscall.h" +#include "util.h" static void kprintn(void (*)(int,int), int, u_long, int); static void kdoprnt(void (*)(int,int), int, const char *, va_list); |