- (bal) glob.c defines TILDE and AIX also defines it. #undef it first.

bug #265
This commit is contained in:
Ben Lindstrom 2002-07-04 18:20:51 +00:00
parent 92ea0eadbe
commit 604de56009
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,8 @@
20020704
- (bal) Limit data to TTY for AIX only (Newer versions can't handle the
faster data rate) Bug #124
- (bal) glob.c defines TILDE and AIX also defines it. #undef it first.
bug #265
20020703
- (bal) Updated contrib/cygwin/ patch by vinschen@redhat.com
@ -1271,4 +1273,4 @@
- (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
$Id: ChangeLog,v 1.2333 2002/07/04 18:11:09 mouring Exp $
$Id: ChangeLog,v 1.2334 2002/07/04 18:20:51 mouring Exp $

View File

@ -97,6 +97,7 @@ static char rcsid[] = "$OpenBSD: glob.c,v 1.16 2001/04/05 18:36:12 deraadt Exp $
#define RBRACKET ']'
#define SEP '/'
#define STAR '*'
#undef TILDE /* Some platforms may already define it */
#define TILDE '~'
#define UNDERSCORE '_'
#define LBRACE '{'