diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
commit | 9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch) | |
tree | a9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /tools/regression/netinet/tcpfullwindowrst | |
parent | 1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff) |
Diffstat (limited to 'tools/regression/netinet/tcpfullwindowrst')
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/regression/netinet/tcpfullwindowrst/Makefile b/tools/regression/netinet/tcpfullwindowrst/Makefile index b24f94081b5fa..64b24cde6a03b 100644 --- a/tools/regression/netinet/tcpfullwindowrst/Makefile +++ b/tools/regression/netinet/tcpfullwindowrst/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netinet/tcpfullwindowrst/Makefile,v 1.3.12.1 2010/02/10 00:26:20 kensmith Exp $ PROG= tcpfullwindowrsttest NO_MAN= diff --git a/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrst.t b/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrst.t index 49acbccf6e808..3d3dc5b1dd221 100644 --- a/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrst.t +++ b/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrst.t @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrst.t,v 1.1.24.1 2010/02/10 00:26:20 kensmith Exp $ make tcpfullwindowrsttest 2>&1 > /dev/null diff --git a/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrsttest.c b/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrsttest.c index ac86b9e7627a8..9fc5a3d64eed0 100644 --- a/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrsttest.c +++ b/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrsttest.c @@ -24,7 +24,7 @@ WHETHER IN CONTRACT, STRICT 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$ +$FreeBSD: src/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrsttest.c,v 1.1.24.1 2010/02/10 00:26:20 kensmith Exp $ */ |