diff options
author | bz <bz@FreeBSD.org> | 2012-05-26 10:28:11 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2012-05-26 10:28:11 +0000 |
commit | eec982dc422c02f75e3496e13151e71a8a3893fd (patch) | |
tree | 37b1dff7de42f2a662b70a917474a43cc671d2e5 /sys/netinet | |
parent | 520d26f3510f067751884cbed2119886a87524f2 (diff) | |
download | FreeBSD-src-eec982dc422c02f75e3496e13151e71a8a3893fd.zip FreeBSD-src-eec982dc422c02f75e3496e13151e71a8a3893fd.tar.gz |
Trim the extra $FreeBSD$ from the comment below the license. We use
the __FBSDID() macro on the file now instead.
MFC after: 3 days
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/tcp_lro.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet/tcp_lro.c b/sys/netinet/tcp_lro.c index cd7d282..3a5878d 100644 --- a/sys/netinet/tcp_lro.c +++ b/sys/netinet/tcp_lro.c @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #include <sys/cdefs.h> |