Deleted Added
full compact
34c34
< * $Id: tty_pty.c,v 1.31 1995/12/10 15:55:17 bde Exp $
---
> * $Id: tty_pty.c,v 1.32 1995/12/13 15:13:15 julian Exp $
59,61c59,61
< void ptyattach __P((int n));
< void ptsstart __P((struct tty *tp));
< void ptcwakeup __P((struct tty *tp, int flag));
---
> static void ptyattach __P((int n));
> static void ptsstart __P((struct tty *tp));
> static void ptcwakeup __P((struct tty *tp, int flag));
101,102c101,102
< struct tty pt_tty[NPTY]; /* XXX */
< struct pt_ioctl {
---
> static struct tty pt_tty[NPTY]; /* XXX */
> static struct pt_ioctl {
108c108
< int npty = NPTY; /* for pstat -t */
---
> static int npty = NPTY; /* for pstat -t */
121c121
< void
---
> static void
271c271
< void
---
> static void
286c286
< void
---
> static void
773,774c773,774
< const char jnames[] = "pqrsPQRS";
< const char knames[] = "0123456789abcdefghijklmnopqrstuv";
---
> static const char jnames[] = "pqrsPQRS";
> static const char knames[] = "0123456789abcdefghijklmnopqrstuv";