[10597] in Athena Bugs

home help back first fref pref prev next nref lref last post

athena/ucb/lpr/lpq.c

daemon@ATHENA.MIT.EDU (brlewis@Athena.MIT.EDU)
Fri Jun 25 13:02:06 1993

From: brlewis@Athena.MIT.EDU
Date: Fri, 25 Jun 93 13:02:02 -0400
To: rel-eng@Athena.MIT.EDU, bugs@Athena.MIT.EDU

*** /tmp/,RCSt1a18654	Fri Jun 25 13:01:14 1993
--- athena/ucb/lpr/lpq.c	Fri Jun  4 16:57:46 1993
***************
*** 39,45 ****
   */
  #ifdef TERMCAP
  
! #if !defined(_AUX_SOURCE) && !defined(SOLARIS)
  struct sgttyb sbuf;
  static unsigned ospeed;
  #endif
--- 39,45 ----
   */
  #ifdef TERMCAP
  
! #if !defined(_AUX_SOURCE) && !defined(SOLARIS) && !defined(hpux)
  struct sgttyb sbuf;
  static unsigned ospeed;
  #endif
***************
*** 197,203 ****
  	char *bp = buf;
  	register char **p, ***q, *cp;
  
! #if !defined(_AUX_SOURCE) && !defined(SOLARIS)
  	ioctl(0, TIOCGETP, (char *)&sbuf);
  	ospeed = sbuf.sg_ospeed;
  #endif
--- 197,203 ----
  	char *bp = buf;
  	register char **p, ***q, *cp;
  
! #if !defined(_AUX_SOURCE) && !defined(SOLARIS) && !defined(hpux)
  	ioctl(0, TIOCGETP, (char *)&sbuf);
  	ospeed = sbuf.sg_ospeed;
  #endif

home help back first fref pref prev next nref lref last post