Date: Tue, 4 Jul 2006 23:09:11 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_enc.c Message-ID: <200607042309.k64N9BWa015824@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2006-07-04 23:09:11 UTC
FreeBSD src repository
Modified files:
sys/net if_enc.c
Log:
Fix a braino in the last revision, enc_clone_destroy needs return void instead
of int. The clone system will ensure that our first interface is not destroyed
so we dont need the extra checking anyway.
Tested by: Scott Ullrich
Revision Changes Path
1.4 +3 -12 src/sys/net/if_enc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607042309.k64N9BWa015824>
