Return to BSD News archive
Path: sserve!newshost.anu.edu.au!munnari.oz.au!network.ucsd.edu!ogicse!emory!europa.eng.gtefsd.com!howland.reston.ans.net!usenet.ins.cwru.edu!news.csuohio.edu!stever From: stever@csuohio.edu (Steve Ratliff) Newsgroups: comp.os.386bsd.apps Subject: Re: Anyone have rxvt 1.4 ported to FreeBSD? Message-ID: <1993Oct27.044542.10705@news.csuohio.edu> Date: 27 Oct 93 04:45:42 GMT Article-I.D.: news.1993Oct27.044542.10705 References: <1993Oct27.032922.9042@news.csuohio.edu> Sender: news@news.csuohio.edu (USENET News System) Organization: Cleveland State University Lines: 18 X-Newsreader: Tin 1.1 PL5 Steve Ratliff (stever@csuohio.edu) wrote: : I've started to port rxvt 1.4 to FreeBSD and have run into : problems. So far FreeBSD is missing malloc.h and lastlog.h : I know lastlog.h is not needed as utmp.h has everything needed. I also : commented out malloc.h without any problems. The big sticking point : seems to be when compiling the file commands.c. Linux seems to have : ioctl's that are missing in FreeBSD namely TCSETS and TIOCSWINSZ along : with a definition for the struct winsize. This is about how far I've : gotten. Well, I found malloc.h and got it patched in correctly. I also found TIOCSWINSZ and winsize by including sys/ioctl.h into command.c so now I think that I only need TCSETS. Does anyone know what TCSETS is and whether I can replace it with one of the TIOCSET[*] ioctls in ioctl.h? makeing progress Steve