diff options
Diffstat (limited to 'usr.sbin/asf')
| -rw-r--r-- | usr.sbin/asf/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/asf/asf.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/asf/asf.c | 2 | ||||
| -rw-r--r-- | usr.sbin/asf/asf.h | 2 | ||||
| -rw-r--r-- | usr.sbin/asf/asf_kld.c | 2 | ||||
| -rw-r--r-- | usr.sbin/asf/asf_kvm.c | 2 | ||||
| -rw-r--r-- | usr.sbin/asf/asf_prog.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/asf/Makefile b/usr.sbin/asf/Makefile index b4b7af350138..11d29d212f09 100644 --- a/usr.sbin/asf/Makefile +++ b/usr.sbin/asf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/asf/Makefile,v 1.3.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ PROG= asf SRCS= asf.c asf_kld.c asf_kvm.c asf_prog.c diff --git a/usr.sbin/asf/asf.8 b/usr.sbin/asf/asf.8 index 25b03089c7a6..12360207293d 100644 --- a/usr.sbin/asf/asf.8 +++ b/usr.sbin/asf/asf.8 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/asf/asf.8,v 1.12.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ .\" .Dd December 20, 2006 .Os diff --git a/usr.sbin/asf/asf.c b/usr.sbin/asf/asf.c index c913e3deb2ed..0b65bbf1fad0 100644 --- a/usr.sbin/asf/asf.c +++ b/usr.sbin/asf/asf.c @@ -26,7 +26,7 @@ /* $Id: asf.c,v 1.4 2003/05/04 02:55:20 grog Exp grog $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/asf/asf.c,v 1.12.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/queue.h> diff --git a/usr.sbin/asf/asf.h b/usr.sbin/asf/asf.h index d03493620d71..67d100d0d8c7 100644 --- a/usr.sbin/asf/asf.h +++ b/usr.sbin/asf/asf.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/asf/asf.h,v 1.1.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #define KERNFILE "kernel" diff --git a/usr.sbin/asf/asf_kld.c b/usr.sbin/asf/asf_kld.c index 1d6a2b7d51e6..23ea03f7eebc 100644 --- a/usr.sbin/asf/asf_kld.c +++ b/usr.sbin/asf/asf_kld.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/asf/asf_kld.c,v 1.1.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/linker.h> diff --git a/usr.sbin/asf/asf_kvm.c b/usr.sbin/asf/asf_kvm.c index aa4effe3bff6..547430d71814 100644 --- a/usr.sbin/asf/asf_kvm.c +++ b/usr.sbin/asf/asf_kvm.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/asf/asf_kvm.c,v 1.1.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/usr.sbin/asf/asf_prog.c b/usr.sbin/asf/asf_prog.c index 9a13cd65f725..fbf5c7abd884 100644 --- a/usr.sbin/asf/asf_prog.c +++ b/usr.sbin/asf/asf_prog.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/asf/asf_prog.c,v 1.1.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <err.h> |
