summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2014-07-01 05:22:09 +0000
committerdlg <dlg@openbsd.org>2014-07-01 05:22:09 +0000
commit5cbfcc6baec010d75254bfc0a3bccb8def51ef34 (patch)
treecba11f4388cbd0c093d5f8850c134475d89d0789
parentUse a flag on the pthread_t to indicate that the thread's stack was (diff)
downloadwireguard-openbsd-5cbfcc6baec010d75254bfc0a3bccb8def51ef34.tar.xz
wireguard-openbsd-5cbfcc6baec010d75254bfc0a3bccb8def51ef34.zip
i removed disksort. we dont need its prototype.
-rw-r--r--sys/sys/disklabel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h
index 7c2e0371c72..98cc01ebad8 100644
--- a/sys/sys/disklabel.h
+++ b/sys/sys/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.60 2014/05/05 13:32:15 krw Exp $ */
+/* $OpenBSD: disklabel.h,v 1.61 2014/07/01 05:22:09 dlg Exp $ */
/* $NetBSD: disklabel.h,v 1.41 1996/05/10 23:07:37 mark Exp $ */
/*
@@ -436,7 +436,6 @@ struct dos_mbr {
#ifdef _KERNEL
void diskerr(struct buf *, char *, char *, int, int, struct disklabel *);
-void disksort(struct buf *, struct buf *);
u_int dkcksum(struct disklabel *);
int initdisklabel(struct disklabel *);
int checkdisklabel(void *, struct disklabel *, u_int64_t, u_int64_t);