diff options
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! */ |