diff options
author | Christopher Faylor <me@cgf.cx> | 2001-12-11 22:51:01 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-12-11 22:51:01 +0000 |
commit | e05f3227bec06acebaa149fbe5c45126c6185e70 (patch) | |
tree | bbb24ce8c184d5670a7fa35c4a8e268f1fe0457c /winsup/utils/umount.cc | |
parent | 9b02812029793a7ad9636dcfef6efc980e0b3afa (diff) | |
download | newlib-e05f3227bec06acebaa149fbe5c45126c6185e70.zip newlib-e05f3227bec06acebaa149fbe5c45126c6185e70.tar.gz newlib-e05f3227bec06acebaa149fbe5c45126c6185e70.tar.bz2 |
* Makefile.in: Add define to CXXFLAGS.
Diffstat (limited to 'winsup/utils/umount.cc')
-rw-r--r-- | winsup/utils/umount.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/umount.cc b/winsup/utils/umount.cc index c19b78c..cff08c7 100644 --- a/winsup/utils/umount.cc +++ b/winsup/utils/umount.cc @@ -1,6 +1,6 @@ /* umount.cc - Copyright 1996, 1998, 1999 Cygnus Solutions. + Copyright 1996, 1998, 1999, 2000, 2001 Red Hat, Inc. This file is part of Cygwin. |