From dc429a1d6bac3ac1603eb263e987ad5e385c8c68 Mon Sep 17 00:00:00 2001 From: hsu Date: Mon, 11 Mar 1996 02:20:13 +0000 Subject: Merge in Lite2: cosmetic indentation change. We already have the other Lite2 changes, which consists of additional function prototypes. Reviewed by: davidg & bde --- sys/sys/resourcevar.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/sys/resourcevar.h b/sys/sys/resourcevar.h index f03d308..a34e065 100644 --- a/sys/sys/resourcevar.h +++ b/sys/sys/resourcevar.h @@ -30,8 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)resourcevar.h 8.3 (Berkeley) 2/22/94 - * $Id: resourcevar.h,v 1.5 1994/10/10 00:58:33 phk Exp $ + * @(#)resourcevar.h 8.4 (Berkeley) 1/9/95 + * $Id: resourcevar.h,v 1.7 1996/02/25 07:23:03 hsu Exp $ */ #ifndef _SYS_RESOURCEVAR_H_ @@ -87,7 +87,7 @@ int addupc __P((int pc, struct uprof *up, int ticks)); void addupc_intr __P((struct proc *p, u_long pc, u_int ticks)); void addupc_task __P((struct proc *p, u_long pc, u_int ticks)); void calcru __P((struct proc *p, struct timeval *up, struct timeval *sp, - struct timeval *ip)); + struct timeval *ip)); int fuswintr __P((void *base)); struct plimit *limcopy __P((struct plimit *lim)); -- cgit v1.1