]> andersk Git - openssh.git/commitdiff
- (stevesk) sshpty.h openbsd sync; PTY_H -> SSHPTY_H
authorstevesk <stevesk>
Mon, 2 Apr 2001 14:02:55 +0000 (14:02 +0000)
committerstevesk <stevesk>
Mon, 2 Apr 2001 14:02:55 +0000 (14:02 +0000)
ChangeLog
sshpty.h

index cac15acc03d059c165d402b6d0f2db5f366cd68b..7154579b1fa233f26a8ed6d7d6f420dbc07286f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 3c81fdc6c8948ccc07855812f0aa8890e45d3b79..d7aac0f55593eec9975fc6be4d9710ae1d36b2a2 100644 (file)
--- a/sshpty.h
+++ b/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 */
This page took 0.166218 seconds and 5 git commands to generate.