diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
commit | 201f78d6b90635d961fa373ecd706e3786333b7e (patch) | |
tree | c8937d0d96aa193878973d98a3a5240f9232ad5a /lib/libnetgraph | |
parent | 99e934d3327f7c05890356105bbe793570b22829 (diff) |
Diffstat (limited to 'lib/libnetgraph')
-rw-r--r-- | lib/libnetgraph/Makefile | 2 | ||||
-rw-r--r-- | lib/libnetgraph/debug.c | 2 | ||||
-rw-r--r-- | lib/libnetgraph/internal.h | 2 | ||||
-rw-r--r-- | lib/libnetgraph/msg.c | 2 | ||||
-rw-r--r-- | lib/libnetgraph/netgraph.3 | 2 | ||||
-rw-r--r-- | lib/libnetgraph/netgraph.h | 2 | ||||
-rw-r--r-- | lib/libnetgraph/sock.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/lib/libnetgraph/Makefile b/lib/libnetgraph/Makefile index 42596e238ed7..d78c7012ef62 100644 --- a/lib/libnetgraph/Makefile +++ b/lib/libnetgraph/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libnetgraph/Makefile,v 1.10.8.1 2005/07/22 17:29:06 kensmith Exp $ # $Whistle: Makefile,v 1.4 1999/01/17 03:41:02 julian Exp $ LIB= netgraph diff --git a/lib/libnetgraph/debug.c b/lib/libnetgraph/debug.c index dfc75f5268e4..b31eb1fc0e82 100644 --- a/lib/libnetgraph/debug.c +++ b/lib/libnetgraph/debug.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libnetgraph/debug.c,v 1.8.2.1 2005/11/16 07:56:37 ru Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/lib/libnetgraph/internal.h b/lib/libnetgraph/internal.h index 0c947e5eab6d..82a06db32d7d 100644 --- a/lib/libnetgraph/internal.h +++ b/lib/libnetgraph/internal.h @@ -36,7 +36,7 @@ * * Author: Archie Cobbs <archie@whistle.com> * - * $FreeBSD$ + * $FreeBSD: src/lib/libnetgraph/internal.h,v 1.4 2003/11/14 08:09:01 harti Exp $ * $Whistle: internal.h,v 1.5 1999/01/20 00:57:22 archie Exp $ */ diff --git a/lib/libnetgraph/msg.c b/lib/libnetgraph/msg.c index 8b4ca06a7166..e320d03130b7 100644 --- a/lib/libnetgraph/msg.c +++ b/lib/libnetgraph/msg.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libnetgraph/msg.c,v 1.11.2.1 2006/01/21 10:04:39 glebius Exp $"); #include <sys/types.h> #include <stdarg.h> diff --git a/lib/libnetgraph/netgraph.3 b/lib/libnetgraph/netgraph.3 index d2ef8bd8c8fe..87dc5c4ed2f6 100644 --- a/lib/libnetgraph/netgraph.3 +++ b/lib/libnetgraph/netgraph.3 @@ -32,7 +32,7 @@ .\" .\" Author: Archie Cobbs <archie@whistle.com> .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libnetgraph/netgraph.3,v 1.23 2004/07/04 04:03:37 jmallett Exp $ .\" $Whistle: netgraph.3,v 1.7 1999/01/25 07:14:06 archie Exp $ .\" .Dd January 27, 2004 diff --git a/lib/libnetgraph/netgraph.h b/lib/libnetgraph/netgraph.h index 4eb15bd8bd89..21038a488a5c 100644 --- a/lib/libnetgraph/netgraph.h +++ b/lib/libnetgraph/netgraph.h @@ -36,7 +36,7 @@ * * Author: Archie Cobbs <archie@whistle.com> * - * $FreeBSD$ + * $FreeBSD: src/lib/libnetgraph/netgraph.h,v 1.4 2004/01/27 20:25:14 ru Exp $ * $Whistle: netgraph.h,v 1.7 1999/01/20 00:57:23 archie Exp $ */ diff --git a/lib/libnetgraph/sock.c b/lib/libnetgraph/sock.c index 395f28b7025a..2ce1704dba67 100644 --- a/lib/libnetgraph/sock.c +++ b/lib/libnetgraph/sock.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libnetgraph/sock.c,v 1.8 2005/04/26 14:25:11 mux Exp $"); #include <sys/types.h> #include <stdarg.h> |