home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / question / 13375 < prev    next >
Encoding:
Internet Message Format  |  1992-11-14  |  1.4 KB

  1. Xref: sparky comp.unix.questions:13375 comp.lang.c:16471
  2. 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
  3. From: nto0302@dsacg4.dsac.dla.mil (Bob Fisher)
  4. Newsgroups: comp.unix.questions,comp.lang.c
  5. Subject: Emulation of POSIX functions
  6. Message-ID: <5701@dsacg4.dsac.dla.mil>
  7. Date: 12 Nov 92 17:00:23 GMT
  8. Followup-To: poster
  9. Organization: Defense Logistics Agency Systems Automation Center, Columbus
  10. Lines: 29
  11.  
  12.  
  13. My boss wants me to port pcnfsd to archaic BSD_4.3 systems (Gould 9050
  14. and NP1) and a SVR_3.2 (AT&T 3b2G) system.  I've come up against these
  15. function calls that are not defined on my BSD systems (haven't looked
  16. at SystemV yet).
  17.  
  18.     sigaction()
  19.     sigemptyset()
  20.     svc_fdset()
  21.     setsid()
  22.     clnt_create()
  23.     clnt_pcreateerror()
  24.  
  25. There is much about signals that I don't know and I have never programmed
  26. client/server.  If I to try to reinvent the wheel, it would probably have
  27. a flat tire.  I'd use archie, but I'm not sure what to ask for and how to
  28. limit the search.
  29.  
  30. Can someone provide C code to emulate these functions or point me to a
  31. system where I can get it via anonymous ftp?
  32.  
  33. Any assistance will be appreciated.
  34.  
  35. Bob
  36. -----
  37. Bob Fisher
  38. Defense Logistics Agency, DSAC-TOL, Box 1605, Columbus OH 43216-5002
  39. EMAIL:    bfisher@dsac.dla.mil
  40. PHONE:    Commercial 1-614-692-9071    Autovon 850-9071
  41.