summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-11 14:20:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-11 14:20:43 +0000
commit7dcc3feefc847c6cfbfe34c21e2bd6984f1ea056 (patch)
treecf2478f80438d64c287edd676dfa97cd261572a4 /c/src/tests/psxtests
parent2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-7dcc3feefc847c6cfbfe34c21e2bd6984f1ea056.tar.bz2
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
Diffstat (limited to 'c/src/tests/psxtests')
-rw-r--r--c/src/tests/psxtests/ChangeLog4
-rw-r--r--c/src/tests/psxtests/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/tests/psxtests/ChangeLog b/c/src/tests/psxtests/ChangeLog
index f5b5cb38a8..fb6e8b30b1 100644
--- a/c/src/tests/psxtests/ChangeLog
+++ b/c/src/tests/psxtests/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
+
2003-06-12 Joel Sherrill <joel@OARcorp.com>
* psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
diff --git a/c/src/tests/psxtests/configure.ac b/c/src/tests/psxtests/configure.ac
index b06630cabb..1b07b5678f 100644
--- a/c/src/tests/psxtests/configure.ac
+++ b/c/src/tests/psxtests/configure.ac
@@ -3,7 +3,7 @@
## $Id$
AC_PREREQ(2.57)
-AC_INIT([rtems-c-src-tests-psxtests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
+AC_INIT([rtems-c-src-tests-psxtests],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([psx01])
RTEMS_TOP(../../../..)