diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-06-07 12:10:08 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-06-07 12:10:08 +0000 |
commit | a2f0f8d9d590394b8bf720bb61d96d766410866b (patch) | |
tree | dcfc9b0e8de0e382b24ea93b2ec28d27be769f39 /sys/arch | |
parent | e1b5ef6fb8c3f49623b8349ddd399463a0513928 (diff) |
GET should have been SET
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mips64/mips64/disksubr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/mips64/disksubr.c b/sys/arch/mips64/mips64/disksubr.c index 4b3b12b3ad7..46dbf061db9 100644 --- a/sys/arch/mips64/mips64/disksubr.c +++ b/sys/arch/mips64/mips64/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.46 2007/06/07 02:55:12 krw Exp $ */ +/* $OpenBSD: disksubr.c,v 1.47 2007/06/07 12:10:07 otto Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -311,7 +311,7 @@ donot: DL_SETPOFFSET(pp, letoh32(dp2->dp_start) + part_blkno); - DL_GETPSIZE(pp, letoh32(dp2->dp_size)); + DL_SETPSIZE(pp, letoh32(dp2->dp_size)); switch (dp2->dp_typ) { case DOSPTYP_UNUSED: |