mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
r7006: fix a build problem with my gcc-4.0
metze (This used to be commit 3e2b4eda5f23433f5629b696954eb6856e154164)
This commit is contained in:
parent
96df7fcbf9
commit
273a4cda73
@ -35,7 +35,10 @@
|
||||
/*
|
||||
* Find out about our configuration
|
||||
*/
|
||||
/*
|
||||
this is not needed in samba builds, and breaks the build with my gcc-4.0 --metze
|
||||
#include "includes.h"
|
||||
*/
|
||||
|
||||
/* allow this library to use strcpy() */
|
||||
#undef strcpy
|
||||
|
Loading…
x
Reference in New Issue
Block a user