Diff for /embedaddon/sudo/compat/glob.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 16:23:02 version 1.1.1.2, 2013/07/22 10:46:11
Line 52 Line 52
   
 #include <config.h>  #include <config.h>
   
#include <sys/param.h>#ifndef HAVE_GLOB
 
 #include <sys/types.h>
 #include <sys/stat.h>  #include <sys/stat.h>
   
 #include <stdio.h>  #include <stdio.h>
Line 898  qprintf(const char *str, Char *s) Line 900  qprintf(const char *str, Char *s)
                 (void)printf("%c", ismeta(*p) ? '_' : ' ');                  (void)printf("%c", ismeta(*p) ? '_' : ' ');
         (void)printf("\n");          (void)printf("\n");
 }  }
#endif#endif /* DEBUG */
 #endif /* HAVE_GLOB */

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


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