Changeset 30c03a4 in buchla-68k
- Timestamp:
- 07/08/2017 09:48:25 AM (7 years ago)
- Branches:
- master
- Children:
- b8080f6
- Parents:
- 73dd55f (diff), 6d3de83 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcio/fseek.c
r73dd55f r30c03a4 10 10 #include "io.h" 11 11 #include "stddefs.h" 12 13 extern long lseek(); 12 14 13 15 /* … … 23 25 { 24 26 register int i, lr; 25 long curpos , lseek();27 long curpos; 26 28 27 29 if (fp->_flags & _DIRTY) {
Note:
See TracChangeset
for help on using the changeset viewer.