diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 | 
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 | 
| commit | b205d83df7763ca1f099bce5ac12a05862a626c4 (patch) | |
| tree | f30d11bce592433d73cbb079c6db2d3428a52cf5 /lib/libnetgraph | |
| parent | 54055718ff5134ddd61afc4c5f01440022040a06 (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 5d09abfc1014e..dd4c9ca0f2a3b 100644 --- a/lib/libnetgraph/Makefile +++ b/lib/libnetgraph/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libnetgraph/Makefile,v 1.12.8.1 2009/04/15 03:14:26 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 dfc75f5268e42..1a6f211e755fc 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.9.8.1 2009/04/15 03:14:26 kensmith Exp $");  #include <sys/types.h>  #include <sys/time.h> diff --git a/lib/libnetgraph/internal.h b/lib/libnetgraph/internal.h index 748ca7bb7571c..f3bc6a181155b 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.5.8.1 2009/04/15 03:14:26 kensmith 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 534d1d181d48b..bb2ab120d17a9 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.14.8.1 2009/04/15 03:14:26 kensmith Exp $");  #include <sys/types.h>  #include <sys/socket.h> diff --git a/lib/libnetgraph/netgraph.3 b/lib/libnetgraph/netgraph.3 index d2ef8bd8c8fe5..54ebfc210d267 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.28.1 2009/04/15 03:14:26 kensmith 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 4eb15bd8bd892..2ce889852c52d 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.28.1 2009/04/15 03:14:26 kensmith 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 fca3900913df8..06c886100576c 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.9.8.1 2009/04/15 03:14:26 kensmith Exp $");  #include <sys/types.h>  #include <sys/socket.h>  | 
