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/hppa/stand | |
parent | d719835b4f6a62a6149064eb273956525952de01 (diff) |
revert a few stragglers hiding out
Diffstat (limited to 'sys/arch/hppa/stand')
-rw-r--r-- | sys/arch/hppa/stand/libsa/lf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/libsa/lf.c b/sys/arch/hppa/stand/libsa/lf.c index e70b005d80d..e23d9886c75 100644 --- a/sys/arch/hppa/stand/libsa/lf.c +++ b/sys/arch/hppa/stand/libsa/lf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lf.c,v 1.9 2014/07/12 18:44:41 tedu Exp $ */ +/* $OpenBSD: lf.c,v 1.10 2014/07/12 21:03:38 tedu Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -47,7 +47,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; } |