PERFORCE change 63151 for review

Robert Watson rwatson at FreeBSD.org
Wed Oct 13 11:49:19 GMT 2004


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

Change 63151 by rwatson at rwatson_tislabs on 2004/10/13 11:48:55

	An 'error' variable has been introduced, so MAC doesn't need to
	declare its own.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/net/if_spppsubr.c#21 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/net/if_spppsubr.c#21 (text+ko) ====

@@ -749,9 +749,6 @@
 	int s, error, rv = 0;
 	int ipproto = PPP_IP;
 	int debug = ifp->if_flags & IFF_DEBUG;
-#ifdef MAC
-	int error;
-#endif
 
 	s = splimp();
 
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list