Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2008 08:18:53 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 144865 for review
Message-ID:  <200807080818.m688Ir3Y098600@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=144865

Change 144865 by gabor@gabor_server on 2008/07/08 08:17:55

	- Remove superfluous headers

Affected files ...

.. //depot/projects/soc2008/gabor_textproc/grep/grep.c#59 edit
.. //depot/projects/soc2008/gabor_textproc/grep/grep.h#34 edit
.. //depot/projects/soc2008/gabor_textproc/grep/util.c#50 edit

Differences ...

==== //depot/projects/soc2008/gabor_textproc/grep/grep.c#59 (text+ko) ====

@@ -43,7 +43,6 @@
 #include <errno.h>
 #include <getopt.h>
 #include <locale.h>
-#include <regex.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>

==== //depot/projects/soc2008/gabor_textproc/grep/grep.h#34 (text+ko) ====

@@ -31,7 +31,6 @@
 
 #include <regex.h>
 #include <stdio.h>
-#include <zlib.h>
 
 #ifdef WITHOUT_NLS
 #define getstr(n)	 errstr[n]

==== //depot/projects/soc2008/gabor_textproc/grep/util.c#50 (text+ko) ====

@@ -41,12 +41,10 @@
 #include <err.h>
 #include <errno.h>
 #include <fts.h>
-#include <regex.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-#include <zlib.h>
 
 #include "grep.h"
 



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