diff options
Diffstat (limited to 'regress/sys')
-rw-r--r-- | regress/sys/dev/audio/adpcm.h | 2 | ||||
-rw-r--r-- | regress/sys/dev/audio/law.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/dev/audio/adpcm.h b/regress/sys/dev/audio/adpcm.h index ee8ab459acd..ebe7704704a 100644 --- a/regress/sys/dev/audio/adpcm.h +++ b/regress/sys/dev/audio/adpcm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: adpcm.h,v 1.1.1.1 2003/02/01 17:58:18 jason Exp $ */ +/* $OpenBSD: adpcm.h,v 1.1 2003/02/01 17:58:18 jason Exp $ */ /* ** adpcm.h - include file for adpcm coder. diff --git a/regress/sys/dev/audio/law.c b/regress/sys/dev/audio/law.c index 0b79c651eb6..988d8b403bd 100644 --- a/regress/sys/dev/audio/law.c +++ b/regress/sys/dev/audio/law.c @@ -1,4 +1,4 @@ -/* $OpenBSD: law.c,v 1.1.1.1 2003/02/01 17:58:18 jason Exp $ */ +/* $OpenBSD: law.c,v 1.1 2003/02/01 17:58:18 jason Exp $ */ /* * This source code is a product of Sun Microsystems, Inc. and is provided |