summaryrefslogtreecommitdiffstats
path: root/lib/libstand/stand.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-09-16 13:43:00 +0000
committerphk <phk@FreeBSD.org>2000-09-16 13:43:00 +0000
commitfc5495e38e718593b4b118d08cfd5bfaaec0324e (patch)
tree288e533daff3fc8bb716c9d5d094e36bb94cc3bc /lib/libstand/stand.h
parentd927c81a820d92ba849c803c943f34c82608d3f2 (diff)
downloadFreeBSD-src-fc5495e38e718593b4b118d08cfd5bfaaec0324e.zip
FreeBSD-src-fc5495e38e718593b4b118d08cfd5bfaaec0324e.tar.gz
Turn dkcksum() into an __inline function.
Change its type to u_int_16_t.
Diffstat (limited to 'lib/libstand/stand.h')
-rw-r--r--lib/libstand/stand.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libstand/stand.h b/lib/libstand/stand.h
index e48565a..b3d7c41 100644
--- a/lib/libstand/stand.h
+++ b/lib/libstand/stand.h
@@ -212,7 +212,6 @@ extern void free_region(void *start, void *end);
/* disklabel support (undocumented, may be junk) */
struct disklabel;
extern char *getdisklabel(const char *, struct disklabel *);
-extern int dkcksum(struct disklabel *);
extern int printf(const char *fmt, ...);
extern void vprintf(const char *fmt, _BSD_VA_LIST_);
OpenPOWER on IntegriCloud