diff options
Diffstat (limited to 'sys/dev/random')
| -rw-r--r-- | sys/dev/random/harvest.c | 2 | ||||
| -rw-r--r-- | sys/dev/random/hash.c | 2 | ||||
| -rw-r--r-- | sys/dev/random/hash.h | 2 | ||||
| -rw-r--r-- | sys/dev/random/randomdev.c | 2 | ||||
| -rw-r--r-- | sys/dev/random/randomdev.h | 2 | ||||
| -rw-r--r-- | sys/dev/random/yarrow.c | 2 | ||||
| -rw-r--r-- | sys/dev/random/yarrow.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/random/harvest.c b/sys/dev/random/harvest.c index fd94bd204984..c45d08aa9181 100644 --- a/sys/dev/random/harvest.c +++ b/sys/dev/random/harvest.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/random/harvest.c,v 1.21 2003/11/17 23:02:21 markm Exp $"); #include <sys/param.h> #include <sys/kthread.h> diff --git a/sys/dev/random/hash.c b/sys/dev/random/hash.c index 53ddb3cf0c59..ad6443798b7e 100644 --- a/sys/dev/random/hash.c +++ b/sys/dev/random/hash.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/random/hash.c,v 1.11 2003/11/17 23:02:21 markm Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/random/hash.h b/sys/dev/random/hash.h index b307bfcb09f2..afb2c934492b 100644 --- a/sys/dev/random/hash.h +++ b/sys/dev/random/hash.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/random/hash.h,v 1.4 2002/07/15 13:58:35 markm Exp $ */ #define KEYSIZE 32 /* (in bytes) 32 bytes == 256 bits */ diff --git a/sys/dev/random/randomdev.c b/sys/dev/random/randomdev.c index 8086841efce8..1ab2e4d55b0a 100644 --- a/sys/dev/random/randomdev.c +++ b/sys/dev/random/randomdev.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/random/randomdev.c,v 1.46 2003/11/20 15:35:48 markm Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/random/randomdev.h b/sys/dev/random/randomdev.h index aa23fc8e7b1b..f30a89ad0711 100644 --- a/sys/dev/random/randomdev.h +++ b/sys/dev/random/randomdev.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/random/randomdev.h,v 1.4 2003/11/17 23:02:21 markm Exp $ */ /* This header contains only those definitions that are global diff --git a/sys/dev/random/yarrow.c b/sys/dev/random/yarrow.c index 9d4bf03a09d2..d4ce8b329b02 100644 --- a/sys/dev/random/yarrow.c +++ b/sys/dev/random/yarrow.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/random/yarrow.c,v 1.43 2003/11/17 23:02:21 markm Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/random/yarrow.h b/sys/dev/random/yarrow.h index 2fc7be218cb1..610d04281c4b 100644 --- a/sys/dev/random/yarrow.h +++ b/sys/dev/random/yarrow.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/random/yarrow.h,v 1.17 2002/01/10 00:09:21 msmith Exp $ */ /* This contains Yarrow-specific declarations. |
