summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2003-12-18 13:35:15 +0000
committerjkar8572 <jkar8572>2003-12-18 13:35:15 +0000
commit3c0919136fe7bb301c85a656f326b64859a4735b (patch)
tree7d39de8075e935680da4e7363d1d2bd122ddd1f3 /Changelog
parentdf68deb04b7802b9af0e7ac9e46a515cddd4feac (diff)
Added #include <paths.h> in quotasys.c to avoid compile problems.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 097edd3..ea60a86 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,7 @@
Changes in quota-tools form 3.10 to 3.11
* added -T flag to quot(8) to avoid truncation of names (Andre Nathan)
* added -q flag to quot(8) to avoid sorting of names (Andre Nathan)
+* added #include <paths.h> in quotasys.c to avoid compile problems on some systems (Jan Kara)
Changes in quota-tools from 3.09 to 3.10
* alternative port can be specified to rpc.rquotad by -p option (Jan Kara)