Diff for /embedaddon/sudo/compat/fnmatch.c between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/05/29 12:26:49 version 1.1.1.3, 2013/07/22 10:46:11
Line 71 Line 71
   
 #include <config.h>  #include <config.h>
   
   #ifndef HAVE_FNMATCH
   
 #include <sys/types.h>  #include <sys/types.h>
   
 #include <stdio.h>  #include <stdio.h>
Line 472  firstsegment: Line 474  firstsegment:
     /* pattern didn't match to the end of string */      /* pattern didn't match to the end of string */
     return FNM_NOMATCH;      return FNM_NOMATCH;
 }  }
   #endif /* HAVE_FNMATCH */

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>