diff options
author | Christopher Faylor <me@cgf.cx> | 2001-10-24 21:56:54 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-10-24 21:56:54 +0000 |
commit | a9f20457f32877bf13e7a52366aa0996f9d8b2a9 (patch) | |
tree | 28154ea227295ef03dfcfed4a983a0632cb0cc67 /winsup/utils/mount.cc | |
parent | 1dd695651f77dafbe2e71f008fc43924a50ad534 (diff) | |
download | newlib-a9f20457f32877bf13e7a52366aa0996f9d8b2a9.zip newlib-a9f20457f32877bf13e7a52366aa0996f9d8b2a9.tar.gz newlib-a9f20457f32877bf13e7a52366aa0996f9d8b2a9.tar.bz2 |
* Makefile.in: Only build testsuite directory on first 'make check'.
* configure.in: Remove testsuite from SUBDIRS.
* configure: Regenerate.
Diffstat (limited to 'winsup/utils/mount.cc')
-rw-r--r-- | winsup/utils/mount.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/mount.cc b/winsup/utils/mount.cc index 31f4aed..981c729 100644 --- a/winsup/utils/mount.cc +++ b/winsup/utils/mount.cc @@ -1,6 +1,6 @@ /* mount.cc - Copyright 1996, 1997, 1998, 1999 Cygnus Solutions. + Copyright 1996, 1997, 1998, 1999, 2000, 2001 Red Hat, Inc. This file is part of Cygwin. |