1
0
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:
Stefan Metzmacher 2007-04-21 23:02:49 +00:00 committed by Gerald (Jerry) Carter
parent ca6594eb6b
commit 2ab998da99

View File

@ -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"