Merge from vendor branch NTPD:
[dragonfly.git] / gnu / usr.bin / diff / context.c.patch
1 $DragonFly: src/gnu/usr.bin/diff/Attic/context.c.patch,v 1.1 2004/04/13 14:55:02 eirikn Exp $
2 --- ../diff.orig/src/context.c  2004-02-26 11:40:51.000000000 +0000
3 +++ context.c   2004-02-17 16:47:32.000000000 +0000
4 @@ -22,7 +22,7 @@
5  
6  #include "diff.h"
7  #include <inttostr.h>
8 -#include <regex.h>
9 +#include <gnuregex.h>
10  
11  #ifdef ST_MTIM_NSEC
12  # define TIMESPEC_NS(timespec) ((timespec).ST_MTIM_NSEC)