[BACK]Return to sys_term.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / libexec / telnetd

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/libexec/telnetd/sys_term.c between version 1.43 and 1.44

version 1.43, 2005/05/05 01:28:57 version 1.44, 2007/01/17 21:44:50
Line 44  __RCSID("$NetBSD$");
Line 44  __RCSID("$NetBSD$");
 #include <util.h>  #include <util.h>
 #include <vis.h>  #include <vis.h>
   
 #include <sys/cdefs.h>  
   
 #include <utmp.h>  #include <utmp.h>
 struct  utmp wtmp;  struct  utmp wtmp;
   
Line 190  static int ptyslavefd; /* for cleanopen(
Line 188  static int ptyslavefd; /* for cleanopen(
   
 int  int
 getpty(int *ptynum)  getpty(int *ptynum)
 {  {
         int ptyfd;          int ptyfd;
   
         ptyfd = openpty(ptynum, &ptyslavefd, line, NULL, NULL);          ptyfd = openpty(ptynum, &ptyslavefd, line, NULL, NULL);

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

CVSweb <webmaster@jp.NetBSD.org>