summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/vms/filesubr.c
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1998-02-22 08:23:05 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1998-02-22 08:23:05 +0000
commit8996000ce3abfb3bf3ba9371f93dbb36605526e6 (patch)
tree18978064e57450121f0e4877713ae12ee2980e3e /gnu/usr.bin/cvs/vms/filesubr.c
parent8b617ad77948342faf0917e268e4d001047fec35 (diff)
Latest version from Cyclic
Diffstat (limited to 'gnu/usr.bin/cvs/vms/filesubr.c')
-rw-r--r--gnu/usr.bin/cvs/vms/filesubr.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/vms/filesubr.c b/gnu/usr.bin/cvs/vms/filesubr.c
index 1c0e6246d4e..affca1a6d01 100644
--- a/gnu/usr.bin/cvs/vms/filesubr.c
+++ b/gnu/usr.bin/cvs/vms/filesubr.c
@@ -754,7 +754,10 @@ fncmp (const char *n1, const char *n2)
rather than "canonical form"). The idea is that files we create
would get thusly munged, but CVS can cope with their names being
different the same way that the NT port copes with it if the user
- renames a file from "foo" to "FOO". */
+ renames a file from "foo" to "FOO".
+
+ Alternately, this kind of handling could/should go into CVS_FOPEN
+ and friends (if we want to do it like the Mac port, anyway). */
void
fnfold (char *filename)
{