oops; it actually _does_ return a value, though nothing _checks_ that

value, or uses it in any way...
This commit is contained in:
cgd 1994-12-24 14:12:09 +00:00
parent 6b36c68faa
commit 94631df899

View File

@ -1,4 +1,4 @@
/* $NetBSD: acct.h,v 1.14 1994/12/24 14:09:29 cgd Exp $ */
/* $NetBSD: acct.h,v 1.15 1994/12/24 14:12:09 cgd Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@ -76,5 +76,5 @@ struct acct {
#ifdef KERNEL
struct vnode *acctp;
void acct_process __P((struct proc *p));
int acct_process __P((struct proc *p));
#endif