Reduce indention by one char.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=51
This commit is contained in:
parent
1b2c8329e7
commit
2ddd811569
30
tdb.changes
30
tdb.changes
@ -10,22 +10,22 @@ Fri May 23 20:48:25 UTC 2014 - lmuelle@suse.com
|
|||||||
+ return ENOSYS if the tdb was created with spinlocks.
|
+ return ENOSYS if the tdb was created with spinlocks.
|
||||||
+ use asprintf() to simplify tdb_summary()
|
+ use asprintf() to simplify tdb_summary()
|
||||||
+ test: add a "skip()" macro.
|
+ test: add a "skip()" macro.
|
||||||
add marklock deadlock test
|
add marklock deadlock test
|
||||||
add mutex related tests
|
add mutex related tests
|
||||||
add PING command to external-agent.c
|
add PING command to external-agent.c
|
||||||
add shutdown_agent() helper function
|
add shutdown_agent() helper function
|
||||||
add UNMAP command to external-agent.c
|
add UNMAP command to external-agent.c
|
||||||
always call fflush() after [f]printf() in tap-interface.h
|
always call fflush() after [f]printf() in tap-interface.h
|
||||||
avoid const warnings by using 'discard_const_p(uint8_t,' instead of
|
avoid const warnings by using 'discard_const_p(uint8_t,' instead of
|
||||||
'(void *)'
|
'(void *)'
|
||||||
correctly use stderr, not stdout, in fail()
|
correctly use stderr, not stdout, in fail()
|
||||||
remove "\n" in diag() arguments
|
remove "\n" in diag() arguments
|
||||||
+ tools: add -l option to tdbbackup
|
+ tools: add -l option to tdbbackup
|
||||||
add -l option to tdbtool
|
add -l option to tdbtool
|
||||||
add -m option to tdbtorture
|
add -m option to tdbtorture
|
||||||
Allow tdbtool to r/o open mutexed tdbs
|
Allow tdbtool to r/o open mutexed tdbs
|
||||||
avoid const warnings in tdbdump.c
|
avoid const warnings in tdbdump.c
|
||||||
explicitly use TDB_NOLOCK in tdbdump
|
explicitly use TDB_NOLOCK in tdbdump
|
||||||
+ tdb_wrap: Remove tdb_wrap_open_ again
|
+ tdb_wrap: Remove tdb_wrap_open_ again
|
||||||
+ wscript: maintain a global list of unit tests
|
+ wscript: maintain a global list of unit tests
|
||||||
- Include stdbool.h in tdb.h; (bso#10625).
|
- Include stdbool.h in tdb.h; (bso#10625).
|
||||||
|
Loading…
Reference in New Issue
Block a user