diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-05-26 08:02:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:19 -0500 |
commit | 39a236883ee4015980ff3d3cab8a8e5fec858502 (patch) | |
tree | 6d20f1364cf4f1dd0cc9e2237bfc9c96ce301186 /source4/include/includes.h | |
parent | 0eb7588cc4d1fa423430e61ccbef19ec2453e164 (diff) | |
download | samba-39a236883ee4015980ff3d3cab8a8e5fec858502.tar.gz samba-39a236883ee4015980ff3d3cab8a8e5fec858502.tar.bz2 samba-39a236883ee4015980ff3d3cab8a8e5fec858502.zip |
r904: - fixed account expiry testing in auth_sam
- added printf style format attribute checking to samdb varargs fns
- fix nt_time_to_unix() for zero and -1 times
(This used to be commit 41f9b144f9fe77e92f960bd11b1df397a63fd2d5)
Diffstat (limited to 'source4/include/includes.h')
-rw-r--r-- | source4/include/includes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h index 5aa46c36cf..d067a0d214 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -683,7 +683,10 @@ typedef int (*comparison_fn_t)(const void *, const void *); #endif /***** automatically generated prototypes *****/ +#define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2) #include "proto.h" +#undef _PRINTF_ATTRIBUTE +#define _PRINTF_ATTRIBUTE(a1, a2) /* String routines */ |