diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-26 21:12:35 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-26 21:12:35 +0000 |
| commit | 7f1bf9342879a7ee2dd88e11a33ae7509eab55b0 (patch) | |
| tree | a37e562f560b38e8e087a744d063186d6b1e6746 /sys/modules/netgraph/async | |
| parent | a964be6d2c35243e54bf5ce12c15339d331189cb (diff) | |
Diffstat (limited to 'sys/modules/netgraph/async')
| -rw-r--r-- | sys/modules/netgraph/async/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/netgraph/async/ng_async.4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/netgraph/async/Makefile b/sys/modules/netgraph/async/Makefile index 5a2628e4bf34..8997d20fa9aa 100644 --- a/sys/modules/netgraph/async/Makefile +++ b/sys/modules/netgraph/async/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/async/Makefile,v 1.1.4.1 2000/05/04 18:42:49 archie Exp $ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:20 archie Exp $ KMOD= ng_async diff --git a/sys/modules/netgraph/async/ng_async.4 b/sys/modules/netgraph/async/ng_async.4 index c7c009d7d337..af6b6f0c7fec 100644 --- a/sys/modules/netgraph/async/ng_async.4 +++ b/sys/modules/netgraph/async/ng_async.4 @@ -32,7 +32,7 @@ .\" .\" Author: Archie Cobbs <archie@whistle.com> .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sys/modules/netgraph/async/ng_async.4,v 1.7.2.1 2000/05/04 18:42:50 archie Exp $ .\" $Whistle: ng_async.8,v 1.6 1999/01/25 23:46:25 archie Exp $ .\" .Dd January 19, 1999 |
