Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 89B6511EBC for ; Thu, 26 Jun 2014 19:01:24 +0000 (UTC) Received: (qmail 76726 invoked by uid 500); 26 Jun 2014 19:01:24 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 76700 invoked by uid 500); 26 Jun 2014 19:01:24 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 76690 invoked by uid 99); 26 Jun 2014 19:01:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2014 19:01:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2014 19:01:25 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 753392388B3A; Thu, 26 Jun 2014 19:01:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1605878 - /subversion/branches/svn-auth-x509/subversion/libsvn_subr/x509parse.c Date: Thu, 26 Jun 2014 19:01:00 -0000 To: commits@subversion.apache.org From: breser@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140626190100.753392388B3A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: breser Date: Thu Jun 26 19:00:59 2014 New Revision: 1605878 URL: http://svn.apache.org/r1605878 Log: On svn-auth-x509 branch, remove stdlib.h include. * subversion/libsvn_subr/x509parse.c: Don't need stdlib.h now that we're not using malloc(). Modified: subversion/branches/svn-auth-x509/subversion/libsvn_subr/x509parse.c Modified: subversion/branches/svn-auth-x509/subversion/libsvn_subr/x509parse.c URL: http://svn.apache.org/viewvc/subversion/branches/svn-auth-x509/subversion/libsvn_subr/x509parse.c?rev=1605878&r1=1605877&r2=1605878&view=diff ============================================================================== --- subversion/branches/svn-auth-x509/subversion/libsvn_subr/x509parse.c (original) +++ subversion/branches/svn-auth-x509/subversion/libsvn_subr/x509parse.c Thu Jun 26 19:00:59 2014 @@ -52,7 +52,6 @@ #include "x509.h" #include -#include #include /*