diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-07-12 21:03:39 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-07-12 21:03:39 +0000 |
commit | a06ce0c016a3ad7d7e84444a4ec9e33adb42799c (patch) | |
tree | 2e066469b742ff1009e0210b9d2d1ee7f2d1e9ae /sys/arch/zaurus | |
parent | d719835b4f6a62a6149064eb273956525952de01 (diff) |
revert a few stragglers hiding out
Diffstat (limited to 'sys/arch/zaurus')
-rw-r--r-- | sys/arch/zaurus/stand/zboot/diskprobe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/zaurus/stand/zboot/diskprobe.c b/sys/arch/zaurus/stand/zboot/diskprobe.c index 9f04963575e..8abd24f805e 100644 --- a/sys/arch/zaurus/stand/zboot/diskprobe.c +++ b/sys/arch/zaurus/stand/zboot/diskprobe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diskprobe.c,v 1.4 2014/07/12 18:44:43 tedu Exp $ */ +/* $OpenBSD: diskprobe.c,v 1.5 2014/07/12 21:03:38 tedu Exp $ */ /* * Copyright (c) 1997 Tobias Weingartner @@ -74,7 +74,7 @@ hardprobe(void) bzero(dip, sizeof(*dip)); if (bios_getdiskinfo(order[i], &dip->bios_info) != NULL) { - free(dip, 0, 0); + free(dip, 0); continue; } |