mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-27 11:53:10 +00:00
- (stevesk) sshpty.h openbsd sync; PTY_H -> SSHPTY_H
This commit is contained in:
parent
edcd5762e2
commit
6189e1905c
@ -1,5 +1,6 @@
|
||||
20010402
|
||||
- (stevesk) log.c openbsd sync; missing newlines
|
||||
- (stevesk) sshpty.h openbsd sync; PTY_H -> SSHPTY_H
|
||||
|
||||
20010330
|
||||
- (djm) Another openbsd-compat/glob.c sync
|
||||
@ -4795,4 +4796,4 @@
|
||||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1043 2001/04/02 13:45:00 stevesk Exp $
|
||||
$Id: ChangeLog,v 1.1044 2001/04/02 14:02:55 stevesk Exp $
|
||||
|
6
sshpty.h
6
sshpty.h
@ -14,8 +14,8 @@
|
||||
|
||||
/* RCSID("$OpenBSD: sshpty.h,v 1.1 2001/03/04 01:46:30 djm Exp $"); */
|
||||
|
||||
#ifndef PTY_H
|
||||
#define PTY_H
|
||||
#ifndef SSHPTY_H
|
||||
#define SSHPTY_H
|
||||
|
||||
/*
|
||||
* 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,
|
||||
|
||||
void pty_setowner(struct passwd *pw, const char *ttyname);
|
||||
|
||||
#endif /* PTY_H */
|
||||
#endif /* SSHPTY_H */
|
||||
|
Loading…
Reference in New Issue
Block a user