summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2005-01-04 02:24:01 +0000
committerXin LI <delphij@FreeBSD.org>2005-01-04 02:24:01 +0000
commit9e3daa8dcf95c49d869f105962c6802eda12ebbd (patch)
tree675bfcbafda3cd1480b3674350ad4e690f63aee6 /usr.sbin
parentbac209a543fe7b82a65d8b9ebd48719b56108651 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/newsyslog/newsyslog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/newsyslog/newsyslog.c b/usr.sbin/newsyslog/newsyslog.c
index a91ed9fb0e63..9967e888d203 100644
--- a/usr.sbin/newsyslog/newsyslog.c
+++ b/usr.sbin/newsyslog/newsyslog.c
@@ -133,7 +133,7 @@ struct conf_entry {
int trsize; /* Size cutoff to trigger trimming the log */
int hours; /* Hours between log trimming */
struct ptime_data *trim_at; /* Specific time to do trimming */
- int permissions; /* File permissions on the log */
+ unsigned int permissions; /* File permissions on the log */
int flags; /* CE_COMPACT, CE_BZCOMPACT, CE_BINARY */
int sig; /* Signal to send */
int def_cfg; /* Using the <default> rule for this file */