diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-09-30 15:05:51 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-09-30 15:05:51 +0000 |
commit | dc6faf2379170e7cac5005854ce48958115d4896 (patch) | |
tree | 673cb7706be777fceaccff3926c047ef6d788945 /strcasecmp.c | |
parent | 1575d9fbe5c676709a6e27be33c57d820efea2c4 (diff) | |
download | fetchmail-dc6faf2379170e7cac5005854ce48958115d4896.tar.gz fetchmail-dc6faf2379170e7cac5005854ce48958115d4896.tar.bz2 fetchmail-dc6faf2379170e7cac5005854ce48958115d4896.zip |
getopt_long is back for Solaris and HP-UX.
svn path=/trunk/; revision=3508
Diffstat (limited to 'strcasecmp.c')
-rw-r--r-- | strcasecmp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/strcasecmp.c b/strcasecmp.c index d52bd290..c1f3bbd8 100644 --- a/strcasecmp.c +++ b/strcasecmp.c @@ -1,6 +1,8 @@ /* * scratch implementation of strcasecmp(), * in case your C library doesn't have it + * + * For license terms, see the file COPYING in this directory. */ #include <ctype.h> |