Skip to content

Commit

Permalink
Fixes to build on Linux;
Browse files Browse the repository at this point in the history
never call fcntl(F_SETOWN)


git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7410 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
hartmans committed Jan 27, 1996
1 parent fab9ed9 commit ef38ceb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions src/appl/bsd/ChangeLog
@@ -1,3 +1,8 @@
Sat Jan 27 18:40:31 1996 Sam Hartman <hartmans@tertius.mit.edu>

* kcmd.c (kcmd): We no longer need F_SETOWN as nothing in appl/bsd
handles oob data with signals any more.

Fri Jan 26 00:37:23 1996 Sam Hartman <hartmans@tertius.mit.edu>

* krlogin.c (endif
Expand Down
3 changes: 0 additions & 3 deletions src/appl/bsd/kcmd.c
Expand Up @@ -180,9 +180,6 @@ sprintf(cksumbuf, "%u:", ntohs(rport));
krb5_free_creds(bsd_context, get_cred);
return (-1);
}
#ifdef HAVE_SETOWN
fcntl(s, F_SETOWN, pid);
#endif
sin.sin_family = hp->h_addrtype;
memcpy((caddr_t)&sin.sin_addr,hp->h_addr, hp->h_length);
sin.sin_port = rport;
Expand Down

0 comments on commit ef38ceb

Please sign in to comment.