summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-02-09 16:03:22 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-02-09 16:03:22 +0100
commit00b28f19dbcab79596346bb4b74a9a944b35906d (patch)
tree4b15c193b33cadc0d72ed78cc943ab050fe38b3d /HISTORY
parenta6faae26b8d91ac085bbf38f9ad72102f65bc6f8 (diff)
downloadvdr-00b28f19dbcab79596346bb4b74a9a944b35906d.tar.gz
vdr-00b28f19dbcab79596346bb4b74a9a944b35906d.tar.bz2
Added a typedef for 'in_addr_t' to make it work with glibc < 2.2
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 8a2b861f..c5bf647f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).