PERFORCE change 90086 for review

Robert Watson rwatson at FreeBSD.org
Sat Jan 21 06:26:28 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=90086

Change 90086 by rwatson at rwatson_sesame on 2006/01/21 14:25:31

	Don't return in a case that can't be reached, this will help gcc
	generate a warning if a bug is introduced so that it is reachable.
	
	Submitted by:	phk
	Found with:	FlexeLint

Affected files ...

.. //depot/projects/trustedbsd/openbsm/libbsm/bsm_control.c#10 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_control.c#10 (text+ko) ====

@@ -94,8 +94,6 @@
 			}
 		}
 	}
-
-	return (0); /* EOF */
 }
 
 /*


More information about the p4-projects mailing list