From 29e5e9e1e3b8f463bf782f3f42ce4a02cd55fca2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 17 Aug 2005 02:55:31 +0000 Subject: r9344: started adding calls for manipulation of data blobs in ejs added: blobToArray() blobFromArray() blobCompare() (This used to be commit cc5a3e9cc3b44f418eb5dfcd4e855a36c5ac8327) --- source4/scripting/ejs/smbcalls_string.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/scripting/ejs/smbcalls_string.c') diff --git a/source4/scripting/ejs/smbcalls_string.c b/source4/scripting/ejs/smbcalls_string.c index b4c85dbd28..1b6b7d09dd 100644 --- a/source4/scripting/ejs/smbcalls_string.c +++ b/source4/scripting/ejs/smbcalls_string.c @@ -23,7 +23,6 @@ #include "includes.h" #include "scripting/ejs/smbcalls.h" #include "lib/appweb/ejs/ejs.h" -#include "system/passwd.h" /* usage: -- cgit