PERFORCE change 63151 for review
Robert Watson
rwatson at FreeBSD.org
Wed Oct 13 04:49:21 PDT 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();
More information about the p4-projects
mailing list