diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
| commit | dec99dafe5763ba1db6950342aa80a634169c083 (patch) | |
| tree | 1bd9f5a688ac947b00e690c3c69ccb8df203768d /sys/dev/lindev | |
| parent | 045f17e533c0209bbcddcccbbb0192d61ffd6c9c (diff) | |
Diffstat (limited to 'sys/dev/lindev')
| -rw-r--r-- | sys/dev/lindev/full.c | 2 | ||||
| -rw-r--r-- | sys/dev/lindev/lindev.c | 2 | ||||
| -rw-r--r-- | sys/dev/lindev/lindev.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/lindev/full.c b/sys/dev/lindev/full.c index 294094c075d3..1e05ff8e01bd 100644 --- a/sys/dev/lindev/full.c +++ b/sys/dev/lindev/full.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/lindev/full.c,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/lindev/lindev.c b/sys/dev/lindev/lindev.c index cf876042ae95..6e1da8b6c3f4 100644 --- a/sys/dev/lindev/lindev.c +++ b/sys/dev/lindev/lindev.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/lindev/lindev.c,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/lindev/lindev.h b/sys/dev/lindev/lindev.h index 9b0be8250a02..aaef1934812e 100644 --- a/sys/dev/lindev/lindev.h +++ b/sys/dev/lindev/lindev.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/lindev/lindev.h,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _DEV_LINDEV_LINDEV_H |
