[BACK]Return to sys_bsd.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / telnet

Diff for /src/usr.bin/telnet/sys_bsd.c between version 1.12 and 1.13

version 1.12, 2002/03/25 10:52:32 version 1.13, 2002/06/12 06:07:16
Line 824 
Line 824 
 NetSetPgrp(fd)  NetSetPgrp(fd)
     int fd;      int fd;
 {  {
     int myPid;      pid_t myPid;
   
     myPid = getpid();      myPid = getpid();
     fcntl(fd, F_SETOWN, myPid);      fcntl(fd, F_SETOWN, myPid);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13