Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Sep 2011 19:50:26 +0000 (UTC)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r225718 - user/gabor/grep/trunk/regex
Message-ID:  <201109211950.p8LJoQWo089093@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gabor
Date: Wed Sep 21 19:50:26 2011
New Revision: 225718
URL: http://svn.freebsd.org/changeset/base/225718

Log:
  - Clean up that is actually unnecessary

Deleted:
  user/gabor/grep/trunk/regex/config.h
Modified:
  user/gabor/grep/trunk/regex/xmalloc.c

Modified: user/gabor/grep/trunk/regex/xmalloc.c
==============================================================================
--- user/gabor/grep/trunk/regex/xmalloc.c	Wed Sep 21 19:48:27 2011	(r225717)
+++ user/gabor/grep/trunk/regex/xmalloc.c	Wed Sep 21 19:50:26 2011	(r225718)
@@ -14,10 +14,6 @@
    - group dumps by source location
 */
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif /* HAVE_CONFIG_H */
-
 #include <stdlib.h>
 #include <assert.h>
 #include <stdio.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109211950.p8LJoQWo089093>