diff options
author | jkh <jkh@FreeBSD.org> | 1994-10-27 20:45:13 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-10-27 20:45:13 +0000 |
commit | 1ca2f392e18c355a8108c5c84aa5e4705aedc786 (patch) | |
tree | 0f822c63937b648594897abc7f741b0a112e7844 /sys/amd64 | |
parent | 6cc6dda103dfdc45f437f7bccf591034663fd883 (diff) | |
download | FreeBSD-src-1ca2f392e18c355a8108c5c84aa5e4705aedc786.zip FreeBSD-src-1ca2f392e18c355a8108c5c84aa5e4705aedc786.tar.gz |
Julian Elischer's disklabel fixes.
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/amd64/machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index cfedceb..49dbd47 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 - * $Id: machdep.c,v 1.80 1994/10/25 08:58:33 davidg Exp $ + * $Id: machdep.c,v 1.81 1994/10/26 18:35:02 jkh Exp $ */ #include "npx.h" @@ -1563,7 +1563,6 @@ Debugger(const char *msg) #include <sys/disklabel.h> #define b_cylin b_resid -#define dkpart(dev) (minor(dev) & 7) /* * Determine the size of the transfer, and make sure it is * within the boundaries of the partition. Adjust transfer |