From a06ce0c016a3ad7d7e84444a4ec9e33adb42799c Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sat, 12 Jul 2014 21:03:39 +0000 Subject: revert a few stragglers hiding out --- sys/arch/hppa64/stand/libsa/lf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/hppa64') diff --git a/sys/arch/hppa64/stand/libsa/lf.c b/sys/arch/hppa64/stand/libsa/lf.c index 39050d9d1bf..f9ed65ea066 100644 --- a/sys/arch/hppa64/stand/libsa/lf.c +++ b/sys/arch/hppa64/stand/libsa/lf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lf.c,v 1.3 2014/07/12 18:44:41 tedu Exp $ */ +/* $OpenBSD: lf.c,v 1.4 2014/07/12 21:03:38 tedu Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -38,7 +38,7 @@ lfopen(struct open_file *f, ...) int lfclose(struct open_file *f) { - free(f->f_devdata, sizeof(struct hppa_dev), 0); + free(f->f_devdata, sizeof(struct hppa_dev)); f->f_devdata = NULL; return 0; } -- cgit v1.2.3