diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-08 16:25:53 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:00 -0500 |
commit | 4ab73d6045aacd354894fe5edf0c5cfc75784064 (patch) | |
tree | 9504f41360cc4a99d059f36d69e11380df026e2c /source4/build/tests | |
parent | 4a61e4901ebc751fea57880424f9045e3bdf238e (diff) | |
download | samba-4ab73d6045aacd354894fe5edf0c5cfc75784064.tar.gz samba-4ab73d6045aacd354894fe5edf0c5cfc75784064.tar.bz2 samba-4ab73d6045aacd354894fe5edf0c5cfc75784064.zip |
r15000: Move some more autoconf tests out of build/m4/rewrite.m4
Guarantee availability of __FUNCTION__ in libreplace
(This used to be commit 76b1576541210f2bb306ae17e0876b254e8dcead)
Diffstat (limited to 'source4/build/tests')
-rw-r--r-- | source4/build/tests/ftruncate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/tests/ftruncate.c b/source4/build/tests/ftruncate.c index 93282782ee..e71b29fd83 100644 --- a/source4/build/tests/ftruncate.c +++ b/source4/build/tests/ftruncate.c @@ -1,4 +1,4 @@ -/* test whether ftruncte() can extend a file */ +/* test whether ftruncate() can extend a file */ #if defined(HAVE_UNISTD_H) #include <unistd.h> |