Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2002 18:07:08 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 12236 for review
Message-ID:  <200206010107.g51178X38185@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206010107.g51178X38185>