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 /include/protocols | |
parent | 1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff) |
Diffstat (limited to 'include/protocols')
-rw-r--r-- | include/protocols/Makefile | 2 | ||||
-rw-r--r-- | include/protocols/dumprestore.h | 2 | ||||
-rw-r--r-- | include/protocols/routed.h | 2 | ||||
-rw-r--r-- | include/protocols/timed.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/include/protocols/Makefile b/include/protocols/Makefile index ddd8f21dc9129..272e1d6568b27 100644 --- a/include/protocols/Makefile +++ b/include/protocols/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/include/protocols/Makefile,v 1.3.24.1 2010/02/10 00:26:20 kensmith Exp $ NO_OBJ= INCS= dumprestore.h routed.h rwhod.h talkd.h timed.h diff --git a/include/protocols/dumprestore.h b/include/protocols/dumprestore.h index 0b69e2d9709af..39027536c3fb3 100644 --- a/include/protocols/dumprestore.h +++ b/include/protocols/dumprestore.h @@ -37,7 +37,7 @@ * * @(#)dumprestore.h 8.2 (Berkeley) 1/21/94 * - * $FreeBSD$ + * $FreeBSD: src/include/protocols/dumprestore.h,v 1.11.10.1 2010/02/10 00:26:20 kensmith Exp $ */ #ifndef _PROTOCOLS_DUMPRESTORE_H_ diff --git a/include/protocols/routed.h b/include/protocols/routed.h index b55b622507881..0db33ac9fe78d 100644 --- a/include/protocols/routed.h +++ b/include/protocols/routed.h @@ -32,7 +32,7 @@ * * @(#)routed.h 8.1 (Berkeley) 6/2/93 * - * $FreeBSD$ + * $FreeBSD: src/include/protocols/routed.h,v 1.16.32.1 2010/02/10 00:26:20 kensmith Exp $ * $Revision: 2.26 $ */ diff --git a/include/protocols/timed.h b/include/protocols/timed.h index faa44e4e49fd1..cc632dddf9106 100644 --- a/include/protocols/timed.h +++ b/include/protocols/timed.h @@ -32,7 +32,7 @@ * * @(#)timed.h 8.1 (Berkeley) 6/2/93 * - * $FreeBSD$ + * $FreeBSD: src/include/protocols/timed.h,v 1.7.38.1 2010/02/10 00:26:20 kensmith Exp $ */ #ifndef _PROTOCOLS_TIMED_H_ |