lib/util: Restore CH_UNIX as source charset for d_printf()
[nivanova/samba-autobuild/.git] / source3 / lib / dummyroot.c
index c8465cb791ae5b27bd5a9984b72a1590b26b0c86..64ea75814a11247cb712cbab8b5666b6b9e5ad57 100644 (file)
@@ -6,7 +6,7 @@
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
    
    This program is distributed in the hope that it will be useful,
    GNU General Public License for more details.
    
    You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 /* Stupid dummy functions required due to the horrible dependency mess
    in Samba. */
 
+#include "includes.h"
+
 void become_root(void)
 {
         return;