summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/create_chunk.c
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-08-20 12:53:36 +0000
committerkris <kris@FreeBSD.org>2001-08-20 12:53:36 +0000
commit110fc843a0e59e68be1a9d8d1a4bb0bcb152872b (patch)
tree486abf1f9f616d966d1546114ba2c7eb29bb7839 /lib/libdisk/create_chunk.c
parent0e618921c14332b422b10cbd97a3431372f9eec1 (diff)
downloadFreeBSD-src-110fc843a0e59e68be1a9d8d1a4bb0bcb152872b.zip
FreeBSD-src-110fc843a0e59e68be1a9d8d1a4bb0bcb152872b.tar.gz
Mark some functions as __printflike() and/or taking const char * arguments
instead of char *. MFC after: 2 weeks
Diffstat (limited to 'lib/libdisk/create_chunk.c')
-rw-r--r--lib/libdisk/create_chunk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c
index 366e373..567bea4 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!
*/
OpenPOWER on IntegriCloud