diff options
author | 2014-07-01 05:22:09 +0000 | |
---|---|---|
committer | 2014-07-01 05:22:09 +0000 | |
commit | 5cbfcc6baec010d75254bfc0a3bccb8def51ef34 (patch) | |
tree | cba11f4388cbd0c093d5f8850c134475d89d0789 | |
parent | Use a flag on the pthread_t to indicate that the thread's stack was (diff) | |
download | wireguard-openbsd-5cbfcc6baec010d75254bfc0a3bccb8def51ef34.tar.xz wireguard-openbsd-5cbfcc6baec010d75254bfc0a3bccb8def51ef34.zip |
i removed disksort. we dont need its prototype.
-rw-r--r-- | sys/sys/disklabel.h | 3 |
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); |