diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-11-21 13:20:31 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-11-21 13:20:31 +0000 |
commit | f120a81a727efbb6c264b90df3c7b78ab554a428 (patch) | |
tree | 22e29239a345653e5cc06b22617c9340a86c4f15 /source3 | |
parent | 634f6c7f2841a3ee88163ff7e92b0ef3c9d7ecf0 (diff) | |
download | samba-f120a81a727efbb6c264b90df3c7b78ab554a428.tar.gz samba-f120a81a727efbb6c264b90df3c7b78ab554a428.tar.bz2 samba-f120a81a727efbb6c264b90df3c7b78ab554a428.zip |
global change from samba.anu.edu.au to samba.org
(This used to be commit 42d2509c9fab5c774fd33b9d4b5bd1ee125479c3)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/change-log | 2 | ||||
-rw-r--r-- | source3/lib/access.c | 2 | ||||
-rw-r--r-- | source3/lib/snprintf.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source3/change-log b/source3/change-log index 42a27fe6f6..1f7798b541 100644 --- a/source3/change-log +++ b/source3/change-log @@ -2,7 +2,7 @@ SUPERCEDED Change Log for Samba ^^^^^^^^^^ Unless otherwise attributed, all changes were made by -Andrew.Tridgell@anu.edu.au. All bugs to samba-bugs@samba.anu.edu.au. +Andrew.Tridgell@anu.edu.au. All bugs to samba-bugs@samba.org. NOTE: THIS LOG IS IN CHRONOLOGICAL ORDER diff --git a/source3/lib/access.c b/source3/lib/access.c index 31f9db4e55..0fa383d84a 100644 --- a/source3/lib/access.c +++ b/source3/lib/access.c @@ -5,7 +5,7 @@ The code is used here with permission. The code has been considerably changed from the original. Bug reports - should be sent to samba-bugs@samba.anu.edu.au + should be sent to samba-bugs@samba.org */ #include "includes.h" diff --git a/source3/lib/snprintf.c b/source3/lib/snprintf.c index f69c5ca32e..8bbc67a3b6 100644 --- a/source3/lib/snprintf.c +++ b/source3/lib/snprintf.c @@ -45,7 +45,7 @@ * missing. Some systems only have snprintf() but not vsnprintf(), so * the code is now broken down under HAVE_SNPRINTF and HAVE_VSNPRINTF. * - * Andrew Tridgell (tridge@samba.anu.edu.au) Oct 1998 + * Andrew Tridgell (tridge@samba.org) Oct 1998 * fixed handling of %.0f * added test for HAVE_LONG_DOUBLE * |