diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2007-06-17 15:30:04 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2007-06-17 15:30:04 +0000 |
commit | 1f2d3bc976c02489b7e6f7ae9253af059f0765cf (patch) | |
tree | 0142318a413b4e66229c80297430cf0ba60e1817 /sys/arch | |
parent | 8fc880f243796e54af4a170cca48d4095bef0dec (diff) |
make it compile
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mac68k/mac68k/disksubr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/mac68k/disksubr.c b/sys/arch/mac68k/mac68k/disksubr.c index dfc4dfe9e59..9da35be7d00 100644 --- a/sys/arch/mac68k/mac68k/disksubr.c +++ b/sys/arch/mac68k/mac68k/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.48 2007/06/17 00:27:28 deraadt Exp $ */ +/* $OpenBSD: disksubr.c,v 1.49 2007/06/17 15:30:03 martin Exp $ */ /* $NetBSD: disksubr.c,v 1.22 1997/11/26 04:18:20 briggs Exp $ */ /* @@ -131,7 +131,7 @@ whichType(struct partmapentry *part) strcmp(PART_DRIVER43_TYPE, (char *)part->pmPartType) == 0 || strcmp(PART_DRIVERATA_TYPE, (char *)part->pmPartType) == 0 || strcmp(PART_FWB_COMPONENT_TYPE, (char *)part->pmPartType) == 0 || - strcmp(PART_PARTMAP_TYPE, (char *)part->pmPartType) == 0 || + strcmp(PART_PARTMAP_TYPE, (char *)part->pmPartType) == 0) return 0; if (strcmp(PART_UNIX_TYPE, (char *)part->pmPartType) == 0) { /* unix part, swap, root, usr */ |