home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / amiga / programm / 13230 < prev    next >
Encoding:
Internet Message Format  |  1992-09-10  |  1.7 KB

  1. Path: sparky!uunet!sun-barr!news2me.ebay.sun.com!cronkite.Central.Sun.COM!texsun!wb9rxw!kf5iw!rwsys!caleb!jdp
  2. From: jdp@caleb.UUCP (Jim Pritchett)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: what is EPIPE in the tar sources?
  5. Message-ID: <IDAEr*MY0@caleb.UUCP>
  6. Date: 10 Sep 92 05:29:48 GMT
  7. References: <apwEr*HY0@caleb.UUCP>
  8. Organization: is sometimes desirable
  9. Lines: 43
  10.  
  11. In article <apwEr*HY0@caleb.UUCP>, Jim Pritchett writes:
  12.  
  13. > I am attempting to apply Andy Finkel's fix to the tar program from Fish 446(?)
  14. > Also, I am Manxifying the program since I don't have the SAS compiler.
  15. > In the file diffarch.c, there is a reference to EPIPE:
  16. > errno = EPIPE;                  /* FIXME, remove perrors */
  17. > I assume that this is supposed to be a #define, but I can't find it defined
  18. > anywhere in the tar sources or the Amiga includes.  What should it be, and where
  19. > is it defined?  (I suspect that I could just arbitrarily define it, but I would
  20. > like to do this "correctly.")
  21. > Does anyone out there know?
  22.  
  23. Well, after making up a value, I discovered two more undefined things in other
  24. routines:
  25.  
  26. ENXIO
  27. EFAULT
  28.  
  29. After doing these also, I got the following undefined routines from the linker:
  30.  
  31. (17)Undefined symbol: _opendir. 
  32. (17)Undefined symbol: _readdir. 
  33. (17)Undefined symbol: _closedir.
  34. (17)Undefined symbol: __TZ.     
  35. (17)Undefined symbol: _tzset.   
  36. (17)Undefined symbol: _timezone.
  37. (17)Undefined symbol: _getft.
  38.  
  39. Could someone post descriptions of these functions so that I can write
  40. replacements?  (or, point me to where they are...)
  41.  
  42.                                     Thanks,
  43.  
  44.  
  45.                                                 Jim Pritchett
  46.  
  47.  
  48. UUCP:  rwsys.lonestar.org!caleb!jdp
  49.  or    utacfd.uta.edu!rwsys!caleb!jdp
  50.