diff options
author | Warner Losh <imp@FreeBSD.org> | 2000-04-14 06:39:19 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2000-04-14 06:39:19 +0000 |
commit | 0e7f0658ee332137472cd83786ae89e5d8a7477d (patch) | |
tree | 0dbcf280261fef1536f251bdab420f263ffb9846 /usr.bin/tip/libacu/v831.c | |
parent | 37736675d1690425bccb9b2ba5f935f456888bc3 (diff) | |
download | src-0e7f0658ee332137472cd83786ae89e5d8a7477d.tar.gz src-0e7f0658ee332137472cd83786ae89e5d8a7477d.zip |
Notes
Diffstat (limited to 'usr.bin/tip/libacu/v831.c')
-rw-r--r-- | usr.bin/tip/libacu/v831.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/tip/libacu/v831.c b/usr.bin/tip/libacu/v831.c index b670c2ab09b9..e02121cab14a 100644 --- a/usr.bin/tip/libacu/v831.c +++ b/usr.bin/tip/libacu/v831.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $FreeBSD$ */ #ifndef lint @@ -40,10 +42,10 @@ static char sccsid[] = "@(#)v831.c 8.1 (Berkeley) 6/6/93"; */ #include "tipconf.h" #include "tip.h" +#include <errno.h> int v831_abort(); static void alarmtr(); -extern int errno; static jmp_buf jmpbuf; static int child = -1; |