From owner-freebsd-questions Fri Oct 17 09:15:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA19748 for questions-outgoing; Fri, 17 Oct 1997 09:15:05 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA19735 for ; Fri, 17 Oct 1997 09:14:59 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA03462; Fri, 17 Oct 1997 09:14:46 -0700 (PDT) Date: Fri, 17 Oct 1997 09:14:46 -0700 (PDT) From: Doug White Reply-To: Doug White To: Alex Weeks cc: "'freebsd-questions@freebsd.org'" Subject: Re: Best Checkups (UPS) In-Reply-To: <01BCDA29.CFABFA40@cutthroat> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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