Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Re: Build Failures on SunOS-4.1 and 5.5
- X-seq: zsh-workers 13963
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Clint Adams <schizo@xxxxxxxxxx>, Vin Shelton <shelton@xxxxxxxxxxxxxxxx>
- Subject: Re: PATCH: Re: Build Failures on SunOS-4.1 and 5.5
- Date: Thu, 12 Apr 2001 15:39:47 +0000
- Cc: zsh-workers@xxxxxxxxxxxxxx
- In-reply-to: <20010412105441.A24525@xxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <545wv8qb31n.fsf@xxxxxxxxxxxxxxxx> <20010412105441.A24525@xxxxxxxx>
On Apr 12, 10:54am, Clint Adams wrote:
} Subject: PATCH: Re: Build Failures on SunOS-4.1 and 5.5
}
} > /usr/include/term.h:1180: conflicting types for `tputs'
}
} This should fix that, at least.
}
} +# ifndef HAVE_TERM_H
} extern int tputs _((char *cp, int affcnt, int (*outc) (int)));
} +# endif
No, that's bad. Don't commit it. <term.h> is not included by system.h,
so this will cause a missing prototype in zle_refresh.c.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author