Changeset 1034
- Timestamp:
- Feb 25, 2017, 12:56:24 PM (8 years ago)
- Location:
- rpm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
rpm/trunk/lib/rpmscript.c
r1029 r1034 164 164 int flag; 165 165 int fdno; 166 int xx ;166 int xx = 0; 167 167 int open_max; 168 168 -
rpm/trunk/misc/fts.c
r1029 r1034 33 33 34 34 /* Conditional to set up proper fstat64 implementation */ 35 #if defined(hpux) || defined(sun) 35 #if defined(hpux) || defined(sun) || defined(__OS2__) 36 36 # define FTS_FSTAT64(_fd, _sbp) fstat((_fd), (_sbp)) 37 37 #else … … 65 65 # define __errno_location() (__error()) 66 66 #endif 67 #if defined(__ KLIBC__)67 #if defined(__OS2__) 68 68 # define __errno_location() (&errno) 69 69 # define dirfd(dirp) -1 70 70 # define stat64 stat 71 # define _STAT_VER 072 # define __fxstat64(_stat_ver, _fd, _sbp) fstat((_fd), (_sbp))73 71 #endif 74 72
Note:
See TracChangeset
for help on using the changeset viewer.