diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-02-01 17:58:19 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-02-01 17:58:19 +0000 |
commit | f9c1f03ee3cfe876cf43e77cc8c23c59b345a8e2 (patch) | |
tree | 3cfd9775b4a1821bebbb8e165b541f485cbef52a /regress/sys/dev | |
parent | f22c89db6c0d511aeff9072fc9aee2b0d7cd1129 (diff) |
audio encoding tester
Diffstat (limited to 'regress/sys/dev')
-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 |