diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-20 12:53:36 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-20 12:53:36 +0000 |
commit | 6dac8ac9e5ffbefb9386dc0451e83d6445b78f40 (patch) | |
tree | 486abf1f9f616d966d1546114ba2c7eb29bb7839 /lib/libdisk/create_chunk.c | |
parent | 682d5741730e6095ef58543ced8c1846d0ae91ac (diff) |
Notes
Diffstat (limited to 'lib/libdisk/create_chunk.c')
-rw-r--r-- | lib/libdisk/create_chunk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c index 366e3738e767d..567bea4806f5c 100644 --- a/lib/libdisk/create_chunk.c +++ b/lib/libdisk/create_chunk.c @@ -27,6 +27,8 @@ #include <pwd.h> #include "libdisk.h" +static void msgDebug(char *, ...) __printflike(1, 2); + /* Clone these two from sysinstall because we need our own copies * due to link order problems with `crunch'. Feh! */ |