home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / att / 2476 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.3 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!uwm.edu!spool.mu.edu!yale.edu!yale!news.wesleyan.edu!eagle.wesleyan.edu!triemer
  2. Newsgroups: comp.sys.att
  3. Subject: Port questions...
  4. Message-ID: <1992Nov9.212719.1@eagle.wesleyan.edu>
  5. From: triemer@eagle.wesleyan.edu
  6. Date: 9 Nov 92 21:27:19 EDT
  7. Organization: Wesleyan University
  8. Nntp-Posting-Host: eagle.wesleyan.edu
  9. Lines: 19
  10.  
  11. I'm in the process of porting something called netlog for my boss - and 
  12. of course, with a 3b2/310 there are going to be some irregularity, especially
  13. if the code is written for bsd 4.3.  Big Surprize, right?  Well, the
  14. particular problems I have:
  15.    1) ftruncate - apparently our libraries have no such animal.
  16.      
  17.    2) mkdir - apparently our libraries also have no such animal.
  18.  
  19.    3) setreuid, setregid - these apparently are designed to set the current
  20. programs uid and gid - it has a comment that says, "For Consistency."  I'm
  21. guessing that I can just comment the suckers out and there will be no problems.
  22. Ideas?  what do they really do?
  23.  
  24. So, I guess if anyone has every written code for these things (PD) that they'd
  25. like to ship to me, that would be cool, but equally as valuable would be an
  26. indication of what they do, and what they take.  I'll write the code myself
  27. if need be.
  28.  
  29. -Thomas Riemer
  30.