From 4b74e4062db32f5f884d9091d1f2630463c583c4 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Wed, 18 Sep 1996 14:40:13 +0000 Subject: correct dkcksum return type. --- sys/lib/libsa/stand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/lib/libsa/stand.h') diff --git a/sys/lib/libsa/stand.h b/sys/lib/libsa/stand.h index 9470e7c8c43..afa837f89de 100644 --- a/sys/lib/libsa/stand.h +++ b/sys/lib/libsa/stand.h @@ -111,7 +111,7 @@ void *alloc __P((unsigned int)); void free __P((void *, unsigned int)); struct disklabel; char *getdisklabel __P((const char *, struct disklabel *)); -int dkcksum __P((struct disklabel *)); +u_int dkcksum __P((struct disklabel *)); void printf __P((const char *, ...)); void sprintf __P((char *, const char *, ...)); -- cgit v1.2.3