diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-05-14 11:00:24 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-05-14 11:00:24 +0000 |
commit | 71f76dd0db566ca751d290bf40f5babf7ebbf9d9 (patch) | |
tree | 320445f78e325bc7a346d9f9e9206957d499176f /sys | |
parent | 99f2f1df3745a263ce83cc77de60d34e6fc66f33 (diff) |
Fix panic message
Diffstat (limited to 'sys')
-rw-r--r-- | sys/compat/osf1/osf1_descrip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/osf1/osf1_descrip.c b/sys/compat/osf1/osf1_descrip.c index c793dfef8a4..046f2a52522 100644 --- a/sys/compat/osf1/osf1_descrip.c +++ b/sys/compat/osf1/osf1_descrip.c @@ -1,4 +1,4 @@ -/* $OpenBSD: osf1_descrip.c,v 1.2 2001/05/14 10:59:09 art Exp $ */ +/* $OpenBSD: osf1_descrip.c,v 1.3 2001/05/14 11:00:23 art Exp $ */ /* $NetBSD: osf1_descrip.c,v 1.5 1999/06/26 01:24:41 cgd Exp $ */ /* @@ -266,7 +266,7 @@ osf1_sys_fstat(p, v, retval) #endif default: - panic("ofstat"); + panic("osf1_sys_fstat"); /*NOTREACHED*/ } osf1_cvt_stat_from_native(&ub, &oub); |