home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!news2me.ebay.sun.com!cronkite.Central.Sun.COM!texsun!wb9rxw!kf5iw!rwsys!caleb!jdp
- From: jdp@caleb.UUCP (Jim Pritchett)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: what is EPIPE in the tar sources?
- Message-ID: <IDAEr*MY0@caleb.UUCP>
- Date: 10 Sep 92 05:29:48 GMT
- References: <apwEr*HY0@caleb.UUCP>
- Organization: is sometimes desirable
- Lines: 43
-
- In article <apwEr*HY0@caleb.UUCP>, Jim Pritchett writes:
-
- > I am attempting to apply Andy Finkel's fix to the tar program from Fish 446(?)
- > Also, I am Manxifying the program since I don't have the SAS compiler.
- >
- > In the file diffarch.c, there is a reference to EPIPE:
- >
- > errno = EPIPE; /* FIXME, remove perrors */
- >
- > I assume that this is supposed to be a #define, but I can't find it defined
- > anywhere in the tar sources or the Amiga includes. What should it be, and where
- > is it defined? (I suspect that I could just arbitrarily define it, but I would
- > like to do this "correctly.")
- >
- > Does anyone out there know?
-
- Well, after making up a value, I discovered two more undefined things in other
- routines:
-
- ENXIO
- EFAULT
-
- After doing these also, I got the following undefined routines from the linker:
-
- (17)Undefined symbol: _opendir.
- (17)Undefined symbol: _readdir.
- (17)Undefined symbol: _closedir.
- (17)Undefined symbol: __TZ.
- (17)Undefined symbol: _tzset.
- (17)Undefined symbol: _timezone.
- (17)Undefined symbol: _getft.
-
- Could someone post descriptions of these functions so that I can write
- replacements? (or, point me to where they are...)
-
- Thanks,
-
-
- Jim Pritchett
-
-
- UUCP: rwsys.lonestar.org!caleb!jdp
- or utacfd.uta.edu!rwsys!caleb!jdp
-