Now using statfs() to determine the amount of free disk space

This commit is contained in:
Klaus Schmidinger
2002-03-31 20:51:06 +02:00
parent ca29ed0ca8
commit 94849cfde8
3 changed files with 14 additions and 22 deletions

View File

@@ -1155,3 +1155,5 @@ Video Disk Recorder Revision History
- Added units to Setup parameters.
- Changed time entry in the 'Jump' command during replay, so that it is filled
up from right to left.
- Now using statfs() to determine the amount of free disk space, which avoids
the use of an external 'df' command (thanks to Ruben Nunez Francisco).