home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!Sirius.dfn.de!Urmel.Informatik.RWTH-Aachen.DE!kaa!hadig
- From: hadig@kaa.informatik.rwth-aachen.de (Thomas Hadig)
- Subject: Problems with SAS/C 6.0 library
- Message-ID: <hadig.721912353@kaa>
- Keywords: SAS/C 6.0
- Sender: news@Urmel.Informatik.RWTH-Aachen.DE (Newsfiles Owner)
- Nntp-Posting-Host: kaa
- Organization: Rechnerbetrieb Informatik / RWTH Aachen
- Date: 16 Nov 92 11:12:33 GMT
- Lines: 19
-
- Hi,
- I found a bug in the SAS-C Amiga 6.0 library : function stat
-
- stat xors the lower nibble, so if you have read permission,
- st_mode&S_IREAD will be zero. The bit is set, when you have
- no read permission. Same same thing happens with :
- S_IREAD S_IWRITE S_IEXECUTE S_IDELETE
- The other bit work correct :
- S_ISCRIPT S_IARCHIVE(?) S_IPURE
-
- I hope you will fix this bug in a patch,
- Thomas Hadig
-
- (has been reported to EMITS)
- ----------------------------------------------------------------------------
- Thomas Hadig, Otto-Petersen-Haus Zi.1009, Ruetscher Str.155, D-51 Aachen
- hadig@rog.rwth-aachen.de
- hadig@pool.informatik.rwth-aachen.de
- ----------------------------------------------------------------------------
-