[haiku-commits] haiku: hrev52284 - headers/compatibility/bsd

  • From: Jérôme Duval <jerome.duval@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 26 Aug 2018 06:03:20 -0400 (EDT)

hrev52284 adds 1 changeset to branch 'master'
old head: 21909dacd2349326e653981e5d7e78878ab49286
new head: 546fafa0a1d5adf099af6795f9eaf6a625e9fe33
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=546fafa0a1d5+%5E21909dacd234

----------------------------------------------------------------------------

546fafa0a1d5: pty.h: fix typo.

                                   [ Jérôme Duval <jerome.duval@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev52284
Commit:      546fafa0a1d5adf099af6795f9eaf6a625e9fe33
URL:         https://git.haiku-os.org/haiku/commit/?id=546fafa0a1d5
Author:      Jérôme Duval <jerome.duval@xxxxxxxxx>
Date:        Sun Aug 26 10:01:40 2018 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
headers/compatibility/bsd/pty.h | 2 +-

----------------------------------------------------------------------------

diff --git a/headers/compatibility/bsd/pty.h b/headers/compatibility/bsd/pty.h
index 2ef64ff593..3ccf7f87bf 100644
--- a/headers/compatibility/bsd/pty.h
+++ b/headers/compatibility/bsd/pty.h
@@ -17,7 +17,7 @@ __BEGIN_DECLS
 
 extern int             openpty(int* master, int* slave, char* name,
                                        struct termios* termAttrs, struct 
winsize* windowSize);
-extern int             login_pty(int fd);
+extern int             login_tty(int fd);
 extern pid_t   forkpty(int* master, char* name,
                                        struct termios* termAttrs, struct 
winsize* windowSize);
 


Other related posts:

  • » [haiku-commits] haiku: hrev52284 - headers/compatibility/bsd - Jérôme Duval