Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/sys pull up rev(s) 1.47 from trunk. (cgd)



details:   https://anonhg.NetBSD.org/src/rev/928b8c7e7014
branches:  netbsd-1-4
changeset: 468839:928b8c7e7014
user:      cgd <cgd%NetBSD.org@localhost>
date:      Mon Jun 21 19:22:57 1999 +0000

description:
pull up rev(s) 1.47 from trunk. (cgd)

diffstat:

 sys/sys/tty.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 182ddd186ee0 -r 928b8c7e7014 sys/sys/tty.h
--- a/sys/sys/tty.h     Mon Jun 21 19:22:46 1999 +0000
+++ b/sys/sys/tty.h     Mon Jun 21 19:22:57 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tty.h,v 1.45 1998/12/16 11:01:01 christos Exp $        */
+/*     $NetBSD: tty.h,v 1.45.2.1 1999/06/21 19:22:57 cgd Exp $ */
 
 /*-
  * Copyright (c) 1982, 1986, 1993
@@ -272,10 +272,11 @@
 #include "opt_compat_sunos.h"
 #include "opt_compat_svr4.h"
 #include "opt_compat_43.h"
+#include "opt_compat_osf1.h"
 #endif
 
 #if defined(COMPAT_43) || defined(COMPAT_SUNOS) || defined(COMPAT_SVR4) || \
-    defined(COMPAT_FREEBSD)
+    defined(COMPAT_FREEBSD) || defined(COMPAT_OSF1)
 # define COMPAT_OLDTTY
 int    ttcompat __P((struct tty *, u_long, caddr_t, int, struct proc *));
 #endif



Home | Main Index | Thread Index | Old Index