diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-10 16:18:05 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-10 16:18:05 +0000 |
commit | 41f386f6abeff1577812a58ccd1d416a5389a85b (patch) | |
tree | 3ee569097d9a3ca4edb6c7bad3aef801215ffa69 /stream.c | |
parent | a244eb773908fa1f86a61ab52f2cad6224017e88 (diff) | |
download | rsyslog-41f386f6abeff1577812a58ccd1d416a5389a85b.tar.gz rsyslog-41f386f6abeff1577812a58ccd1d416a5389a85b.tar.xz rsyslog-41f386f6abeff1577812a58ccd1d416a5389a85b.zip |
some cleanup
Diffstat (limited to 'stream.c')
-rw-r--r-- | stream.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -490,8 +490,8 @@ finalize_it: DEFpropSetMeth(strm, bDeleteOnClose, int) DEFpropSetMeth(strm, iMaxFileSize, int) DEFpropSetMeth(strm, iFileNumDigits, int) -DEFpropSetMeth(strm, tOperationsMode, int); -DEFpropSetMeth(strm, tOpenMode, mode_t); +DEFpropSetMeth(strm, tOperationsMode, int) +DEFpropSetMeth(strm, tOpenMode, mode_t) rsRetVal strmSetiMaxFiles(strm_t *pThis, int iNewVal) { |