Added a typedef for 'in_addr_t' to make it work with glibc < 2.2

This commit is contained in:
Klaus Schmidinger
2002-02-09 16:03:22 +01:00
parent a6faae26b8
commit 00b28f19db
3 changed files with 8 additions and 1 deletions

View File

@@ -981,3 +981,5 @@ Video Disk Recorder Revision History
- Reverted to the previous way of searching for the EPG record of the current
recording in case of a periodic timer (i.e. taking the one that is in the
middle between start and end time).
- Added a typedef for 'in_addr_t' to make it work with glibc < 2.2 (thanks to
J<>rgen Schmidt).