Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!amdcad!cae780!hplabs!hplabsc!daemon From: paul@vixie.UUCP (Paul Vixie Esq) Newsgroups: comp.mail.elm Subject: bug in utils/newalias.c Message-ID: <1787@hplabsc.HP.COM> Date: Sat, 9-May-87 13:39:07 EDT Article-I.D.: hplabsc.1787 Posted: Sat May 9 13:39:07 1987 Date-Received: Sun, 10-May-87 05:48:33 EDT Sender: daemon@hplabsc.HP.COM Reply-To: ptsfa!vixie!paul@ames (Paul Vixie Esq) Organization: Vixie Enterprises, San Francisco Lines: 25 Approved: taylor@hplabs (with 'postmail') utils/newalias.c defined a macro called whitespace; this is also defined in hdrs/defs.h, which newalias.c includes. the VAX compiler didn't complain, but my symmetric got upset. the patch follows: Index: utils/newalias.c *** utils/newalias.c.old Sat May 9 09:28:40 1987 --- utils/newalias.c Sat May 9 09:29:03 1987 *************** *** 41,47 **** --- 41,49 ---- #define group(string) (strpbrk(string,", ") != NULL) + #ifndef whitespace #define whitespace(c) (c == ' ' || c == '\t') + #endif struct alias_rec shash_table[MAX_SALIASES]; /* the actual hash table */ -- Paul A. Vixie {ptsfa, crash, winfree}!vixie!paul 329 Noe Street dual!ptsfa!vixie!paul@ucbvax.Berkeley.EDU San Francisco CA 94116 paul@vixie.UUCP (415) 864-7013