Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2004 11:49:19 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 63151 for review
Message-ID:  <200410131149.i9DBnJd7099528@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=63151

Change 63151 by rwatson@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();
 



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