Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: othersrc/bootstrap-pkgsrc/libnbcompat
Module Name: othersrc
Committed By: tv
Date: Wed Mar 10 19:37:42 UTC 2004
Modified Files:
othersrc/bootstrap-pkgsrc/libnbcompat: configure configure.ac
nbcompat.h statfs.c
othersrc/bootstrap-pkgsrc/libnbcompat/nbcompat: config.h.in statfs.h
Added Files:
othersrc/bootstrap-pkgsrc/libnbcompat: utimes.c
Log Message:
Additions necessary to make Interix happy too:
- check for existence of fsid_t type, and typedef it if missing
- check for existence of struct statvfs.f_basetype field
- if <sys/mkdev.h> is included and makedev() is missing, try to use mkdev()
- add replacement library file for utimes() by wrappering utime()
To generate a diff of this commit:
cvs rdiff -r1.1.1.4 -r1.2 othersrc/bootstrap-pkgsrc/libnbcompat/configure \
othersrc/bootstrap-pkgsrc/libnbcompat/configure.ac
cvs rdiff -r1.1.1.7 -r1.2 othersrc/bootstrap-pkgsrc/libnbcompat/nbcompat.h
cvs rdiff -r1.1.1.1 -r1.2 othersrc/bootstrap-pkgsrc/libnbcompat/statfs.c
cvs rdiff -r0 -r1.1 othersrc/bootstrap-pkgsrc/libnbcompat/utimes.c
cvs rdiff -r1.1.1.4 -r1.2 \
othersrc/bootstrap-pkgsrc/libnbcompat/nbcompat/config.h.in
cvs rdiff -r1.1.1.1 -r1.2 \
othersrc/bootstrap-pkgsrc/libnbcompat/nbcompat/statfs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index