diff options
author | Kevin Steves <stevesk@pobox.com> | 2001-04-02 16:02:55 +0200 |
---|---|---|
committer | Kevin Steves <stevesk@pobox.com> | 2001-04-02 16:02:55 +0200 |
commit | 6189e1905cd1347512fd8e747316684abca915d6 (patch) | |
tree | 0200fef64ed67005be60b0cdeaf2edef0cc24e82 /sshpty.h | |
parent | - (stevesk) log.c openbsd sync; missing newlines (diff) | |
download | openssh-6189e1905cd1347512fd8e747316684abca915d6.tar.xz openssh-6189e1905cd1347512fd8e747316684abca915d6.zip |
- (stevesk) sshpty.h openbsd sync; PTY_H -> SSHPTY_H
Diffstat (limited to 'sshpty.h')
-rw-r--r-- | sshpty.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 */ |