+/* $NetBSD: include.h,v 1.5 1995/04/27 21:22:23 mycroft Exp $ */
+
/*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ * The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Ed James.
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)include.h 5.3 (Berkeley) 4/30/90
- * $Id: include.h,v 1.2 1993/08/01 18:57:16 mycroft Exp $
+ * @(#)include.h 8.1 (Berkeley) 5/31/93
*/
/*
*/
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include <ctype.h>
#include <sys/types.h>
#include <pwd.h>
+#include <termios.h>
#ifdef BSD
-#include <sgtty.h>
#include <sys/time.h>
#include <sys/file.h>
#endif
#ifdef SYSV
#include <fcntl.h>
#include <unistd.h>
-#include <string.h>
#include <sys/utsname.h>
#endif
#define bzero(a,b) memset((a), '\0', (b))
#define srandom srand
#define random rand
-#define sgttyb termio
-#define sg_erase c_cc[2]
-#define sg_kill c_cc[3]
#endif
#include "def.h"