diff options
author | ache <ache@FreeBSD.org> | 2004-02-16 22:56:36 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-02-16 22:56:36 +0000 |
commit | d034a2d7ecd1703fd1c3012696d6336477ac2684 (patch) | |
tree | 6ee29fe82963d1b9b1812a78506dae0fd593050c /contrib/diff/diff.h | |
parent | 24f49b8cb4d0d32ee5dbf251d69e9344cc9d30e9 (diff) | |
download | FreeBSD-src-d034a2d7ecd1703fd1c3012696d6336477ac2684.zip FreeBSD-src-d034a2d7ecd1703fd1c3012696d6336477ac2684.tar.gz |
Remove files no longer needed
Switch back to regex.h
Diffstat (limited to 'contrib/diff/diff.h')
-rw-r--r-- | contrib/diff/diff.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/contrib/diff/diff.h b/contrib/diff/diff.h index 24f0885..9a92e0d 100644 --- a/contrib/diff/diff.h +++ b/contrib/diff/diff.h @@ -16,14 +16,11 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU DIFF; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +/* $FreeBSD$ */ #include "system.h" #include <stdio.h> -#ifdef __FreeBSD__ -#include <gnuregex.h> -#else #include "regex.h" -#endif #define TAB_WIDTH 8 |