mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r22438: get rid of printf format warnings in heimdal code
metze
This commit is contained in:
parent
ca6594eb6b
commit
2ab998da99
@ -73,6 +73,12 @@
|
||||
#define HAVE_INNETGR
|
||||
#endif
|
||||
|
||||
#if (__GNUC__ >= 3) && (__GNUC_MINOR__ >= 1 )
|
||||
#ifndef HAVE___ATTRIBUTE__
|
||||
#define HAVE___ATTRIBUTE__
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
* we don't want that roken.h.in includes socket_wrapper
|
||||
* we include socket_wrapper via "system/network.h"
|
||||
|
Loading…
Reference in New Issue
Block a user