diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | sshpty.h | 6 |
2 files changed, 5 insertions, 4 deletions
@@ -1,5 +1,6 @@ | |||
1 | 20010402 | 1 | 20010402 |
2 | - (stevesk) log.c openbsd sync; missing newlines | 2 | - (stevesk) log.c openbsd sync; missing newlines |
3 | - (stevesk) sshpty.h openbsd sync; PTY_H -> SSHPTY_H | ||
3 | 4 | ||
4 | 20010330 | 5 | 20010330 |
5 | - (djm) Another openbsd-compat/glob.c sync | 6 | - (djm) Another openbsd-compat/glob.c sync |
@@ -4795,4 +4796,4 @@ | |||
4795 | - Wrote replacements for strlcpy and mkdtemp | 4796 | - Wrote replacements for strlcpy and mkdtemp |
4796 | - Released 1.0pre1 | 4797 | - Released 1.0pre1 |
4797 | 4798 | ||
4798 | $Id: ChangeLog,v 1.1043 2001/04/02 13:45:00 stevesk Exp $ | 4799 | $Id: ChangeLog,v 1.1044 2001/04/02 14:02:55 stevesk Exp $ |
@@ -14,8 +14,8 @@ | |||
14 | 14 | ||
15 | /* RCSID("$OpenBSD: sshpty.h,v 1.1 2001/03/04 01:46:30 djm Exp $"); */ | 15 | /* RCSID("$OpenBSD: sshpty.h,v 1.1 2001/03/04 01:46:30 djm Exp $"); */ |
16 | 16 | ||
17 | #ifndef PTY_H | 17 | #ifndef SSHPTY_H |
18 | #define PTY_H | 18 | #define SSHPTY_H |
19 | 19 | ||
20 | /* | 20 | /* |
21 | * Allocates and opens a pty. Returns 0 if no pty could be allocated, or | 21 | * Allocates and opens a pty. Returns 0 if no pty could be allocated, or |
@@ -44,4 +44,4 @@ pty_change_window_size(int ptyfd, int row, int col, | |||
44 | 44 | ||
45 | void pty_setowner(struct passwd *pw, const char *ttyname); | 45 | void pty_setowner(struct passwd *pw, const char *ttyname); |
46 | 46 | ||
47 | #endif /* PTY_H */ | 47 | #endif /* SSHPTY_H */ |