]> andersk Git - openssh.git/commitdiff
- (bal) glob.c defines TILDE and AIX also defines it. #undef it first.
authormouring <mouring>
Thu, 4 Jul 2002 18:20:51 +0000 (18:20 +0000)
committermouring <mouring>
Thu, 4 Jul 2002 18:20:51 +0000 (18:20 +0000)
   bug #265

ChangeLog
openbsd-compat/glob.c

index 62bcc75759ea8014269e5cdd829b1eb2027b052a..4ef2eb79f58f9eab8433e8ca5ae7dd466f863f3d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 
index 365d4334fc5d6ced0024b242a0042f83bc6bd7b8..14c91420dc1c10525e6b472db6c67d0b46d877ea 100644 (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          '{'
This page took 0.041201 seconds and 5 git commands to generate.