home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.unix.questions:13375 comp.lang.c:16471
- Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!udecc.engr.udayton.edu!blackbird.afit.af.mil!dsacg3.dsac.dla.mil!dsacg4.dsac.dla.mil!nto0302
- From: nto0302@dsacg4.dsac.dla.mil (Bob Fisher)
- Newsgroups: comp.unix.questions,comp.lang.c
- Subject: Emulation of POSIX functions
- Message-ID: <5701@dsacg4.dsac.dla.mil>
- Date: 12 Nov 92 17:00:23 GMT
- Followup-To: poster
- Organization: Defense Logistics Agency Systems Automation Center, Columbus
- Lines: 29
-
-
- My boss wants me to port pcnfsd to archaic BSD_4.3 systems (Gould 9050
- and NP1) and a SVR_3.2 (AT&T 3b2G) system. I've come up against these
- function calls that are not defined on my BSD systems (haven't looked
- at SystemV yet).
-
- sigaction()
- sigemptyset()
- svc_fdset()
- setsid()
- clnt_create()
- clnt_pcreateerror()
-
- There is much about signals that I don't know and I have never programmed
- client/server. If I to try to reinvent the wheel, it would probably have
- a flat tire. I'd use archie, but I'm not sure what to ask for and how to
- limit the search.
-
- Can someone provide C code to emulate these functions or point me to a
- system where I can get it via anonymous ftp?
-
- Any assistance will be appreciated.
-
- Bob
- -----
- Bob Fisher
- Defense Logistics Agency, DSAC-TOL, Box 1605, Columbus OH 43216-5002
- EMAIL: bfisher@dsac.dla.mil
- PHONE: Commercial 1-614-692-9071 Autovon 850-9071
-