home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / hp / 9456 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.2 KB  |  35 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!caen!sdawson
  3. From: sdawson@engin.umich.edu (Scott Dawson)
  4. Subject: Porting BSD daemons to HP-700 8.x system
  5. Message-ID: <pPf-+N@engin.umich.edu>
  6. Date: Wed, 19 Aug 92 16:49:30 EDT
  7. Organization: University of Michigan Engineering, Ann Arbor
  8. Originator: sdawson@limbo.engin.umich.edu
  9. Nntp-Posting-Host: limbo.engin.umich.edu
  10. Lines: 23
  11.  
  12.  
  13. I am trying to get the Kerberos code which I got from
  14. telford.nsa.hp.com to compile on an HP-700 series machine running HPUX 8.07.
  15. I am having problems compiling the daemons which need to set up terminal
  16. stuff as in rlogind and such.
  17.  
  18. I realize that this is a result of going to System V.  If anyone knows
  19. of any books which would give me a clue about how to do this kind of 
  20. stuff I would love to know what they are.
  21.  
  22. In particular I can't figure out how to do the following:
  23.  
  24. fcntl(s,F_SETOWN,pid) which should set up pid to receive SIGIO and
  25. SIGURG signals for socket s.  F_SETOWN is not a flag to fcntl anymore.
  26.  
  27. TIOCGETP,TIOCSETP and a lot of other terminal stuff.
  28.  
  29. Also, I would like to get books on XPG2 and XPG3.  Please mail titles 
  30. of those as well.
  31.  
  32. Thanks a lot.
  33. -Scott Dawson (sdawson@engin.umich.edu)
  34.  
  35.