aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-09-16 13:43:00 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-09-16 13:43:00 +0000
commitfc87418be0c33ac352343212ca17832b2bbf8708 (patch)
tree367864628415ce14de481b4a3fbd5677a5e77a8a /lib/libstand
parentc80d29139c6272f1f3a95ad25c2ed90dfd92d919 (diff)
Notes
Diffstat (limited to 'lib/libstand')
-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 e48565ac7c22..b3d7c412ae57 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_);