diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-09-16 13:43:00 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-09-16 13:43:00 +0000 |
| commit | fc87418be0c33ac352343212ca17832b2bbf8708 (patch) | |
| tree | 367864628415ce14de481b4a3fbd5677a5e77a8a /lib/libstand | |
| parent | c80d29139c6272f1f3a95ad25c2ed90dfd92d919 (diff) | |
Notes
Diffstat (limited to 'lib/libstand')
| -rw-r--r-- | lib/libstand/stand.h | 1 |
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_); |
