Date: Fri, 17 Oct 1997 09:14:46 -0700 (PDT) From: Doug White <dwhite@gdi.uoregon.edu> To: Alex Weeks <Alex_Weeks@capitalland.com> Cc: "'freebsd-questions@freebsd.org'" <freebsd-questions@FreeBSD.ORG> Subject: Re: Best Checkups (UPS) Message-ID: <Pine.BSF.3.96.971017091341.3407C-100000@gdi.uoregon.edu> In-Reply-To: <01BCDA29.CFABFA40@cutthroat>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 16 Oct 1997, Alex Weeks wrote: > Anyone using Best's Fortress UPS and Checkups software with FreeBSD? > > I have a Fortress 2kva and I am trying to set up the software to perform > automatic shutdowns. > > Best has provided the source and I am trying to compile it. I had to > change a reference to termio.h to termios.h and got past that, but now it > says "TCSETA not defined". I thought TCSETA was a system call for serial > ports. Is it gone now? Has the name changed? Do I need to reference it > differently in the code? (Thanks in advance) I can't find a reference to TCSETA anywhere, the closest thing is tcsetattr(3) in the termios interface. Make sure you're trying to build for a BSD environment. We may need to port this; is the code publicly available? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.971017091341.3407C-100000>