home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.hp
- Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!rz.uni-karlsruhe.de!rz.uni-karlsruhe.de!chris
- From: chris@rz.uni-karlsruhe.de (Christian Finger)
- Subject: Re: sendmsg() and recvmsg() source or binaries ?
- Message-ID: <1992Jul22.231714.9917@rz.uni-karlsruhe.de>
- Sender: usenet@rz.uni-karlsruhe.de (USENET News System)
- Reply-To: finger@rz.uni-karlsruhe.de
- Organization: Computer Center, University of Karlsruhe, Germany
- References: <92Jul22.181435.21567@acs.ucalgary.ca>
- Date: Wed, 22 Jul 1992 23:17:14 GMT
- Lines: 33
-
- In article <92Jul22.181435.21567@acs.ucalgary.ca>, wheatley@enel.ucalgary.ca (Robb Wheatley) writes:
- | Hi,
- |
- | I have recently acquired some code which makes sendmsg() and recvmsg()
- | calls. Unfortunately, I am running HP-UX 7.0 on an HP9000s345 and sendmsg()
- | and recvmsg() were not available until HP-UX 8.0. I am wondering if anybody
- | has source code versions or HP s300 binaries of these functions?
- | Please email me back with any info
-
- It is possible to use sendmsg() and recvmsg() instead of send() and recv(),
- but they are normally used to 'pass access rights' (share file handles
- between unrelated processes on the same machine) via AF_UNIX sockets.
- This feature can only be provided by the kernel, so you have to recode
- this part of your source or update to HP-UX 8.x.
- |
- | Thanks a bunch
-
- Sorry for the bad news......
- |
- | Robb Wheatley
- | Dept. of Electrical and Computer Engineering
- | University of Calgary
- | Calgary, Alberta, Canada
- |
- | wheatley@enel.ucalgary.ca
-
- C.Finger
- --
- . Christian Finger | SMTP:
- ||| Computer Center | finger@rz.uni-karlsruhe.de
- \||| University of Karlsruhe | X.400:
- / Am Zirkel 2 | S = finger; OU = rz
- D-7500 Karlsruhe 1 | P = uni-karlsruhe; A = dpb; C = de
-