diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-01-10 05:53:29 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-01-10 05:53:29 +0000 |
| commit | 58c9ff44c8041f394c663cb9640e9b77fe07bb13 (patch) | |
| tree | 12d4abc1c0c60a62d4a8ea721bc71a33f8add090 /lib/libnetgraph | |
| parent | 7dbb88eb2eb84f4a17a783cbbb3a3c5e0051dea2 (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 227da194708a..8584af599efc 100644 --- a/lib/libnetgraph/Makefile +++ b/lib/libnetgraph/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libnetgraph/Makefile,v 1.8 2002/09/28 00:25:30 peter 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 696d7d945bce..9ccfcb8f6121 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.7 2001/09/30 22:03:54 dillon 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 927a31ad856b..b858282e3299 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.7 2003/11/14 08:09:01 harti Exp $"); #include <sys/types.h> #include <stdarg.h> diff --git a/lib/libnetgraph/netgraph.3 b/lib/libnetgraph/netgraph.3 index b50ccee95d4e..590238d0661c 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.19 2003/11/14 08:09:01 harti Exp $ .\" $Whistle: netgraph.3,v 1.7 1999/01/25 07:14:06 archie Exp $ .\" .Dd January 19, 1999 diff --git a/lib/libnetgraph/netgraph.h b/lib/libnetgraph/netgraph.h index d0f402ca6aa0..d05356b2fd94 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.3 2001/08/20 12:53:36 kris 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 7485baa6830f..9cf475a31784 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.5 2003/11/14 08:09:01 harti Exp $"); #include <sys/types.h> #include <stdarg.h> |
