From e68df2be2d86409745cee75571833732bdd20c9a Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 24 Feb 2008 03:56:48 +0000 Subject: fix some lint --- monop/prop.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'monop/prop.c') diff --git a/monop/prop.c b/monop/prop.c index a8950e29..fcf2cd65 100644 --- a/monop/prop.c +++ b/monop/prop.c @@ -1,4 +1,4 @@ -/* $NetBSD: prop.c,v 1.17 2008/02/24 01:57:34 dholland Exp $ */ +/* $NetBSD: prop.c,v 1.18 2008/02/24 03:56:49 christos Exp $ */ /* * Copyright (c) 1980, 1993 @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)prop.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: prop.c,v 1.17 2008/02/24 01:57:34 dholland Exp $"); +__RCSID("$NetBSD: prop.c,v 1.18 2008/02/24 03:56:49 christos Exp $"); #endif #endif /* not lint */ @@ -97,10 +97,7 @@ add_list(plr, head, op_sqr) * This routine deletes property from the list. */ void -del_list(plr, head, op_sqr) - int plr; - OWN **head; - short op_sqr; +del_list(int plr, OWN **head, short op_sqr) { OWN *op, *last_op; -- cgit v1.2.3-56-ge451