From owner-p4-projects Fri May 31 18: 7:16 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 798FF37B407; Fri, 31 May 2002 18:07:09 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5524337B403 for ; Fri, 31 May 2002 18:07:08 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g51178X38185 for perforce@freebsd.org; Fri, 31 May 2002 18:07:08 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Fri, 31 May 2002 18:07:08 -0700 (PDT) Message-Id: <200206010107.g51178X38185@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 12236 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=12236 Change 12236 by rwatson@rwatson_curry on 2002/05/31 18:06:31 GC unused error variables. Affected files ... ... //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#41 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#41 (text+ko) ==== @@ -1076,7 +1076,6 @@ struct label *ifnetlabel, struct label *newlabel) { struct mac_biba *new; - int error; new = SLOT(newlabel); @@ -1091,7 +1090,6 @@ struct label *socketlabel, struct label *newlabel) { struct mac_biba *new; - int error; new = SLOT(newlabel); @@ -1107,7 +1105,6 @@ mac_biba_cred_check_relabel_subject(struct ucred *cred, struct label *newlabel) { struct mac_biba *new; - int error; new = SLOT(newlabel); @@ -1127,7 +1124,6 @@ struct label *vnodelabel, struct label *newlabel) { struct mac_biba *old, *new, *subj; - int error; old = SLOT(vnodelabel); new = SLOT(newlabel); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message