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