=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/glob.h,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/include/glob.h 2010/09/24 13:32:55 1.11 --- src/include/glob.h 2012/10/01 00:21:19 1.12 *************** *** 1,4 **** ! /* $OpenBSD: glob.h,v 1.11 2010/09/24 13:32:55 djm Exp $ */ /* $NetBSD: glob.h,v 1.5 1994/10/26 00:55:56 cgd Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: glob.h,v 1.12 2012/10/01 00:21:19 guenther Exp $ */ /* $NetBSD: glob.h,v 1.5 1994/10/26 00:55:56 cgd Exp $ */ /* *************** *** 90,96 **** #endif __BEGIN_DECLS ! int glob(const char *, int, int (*)(const char *, int), glob_t *); void globfree(glob_t *); __END_DECLS --- 90,97 ---- #endif __BEGIN_DECLS ! int glob(const char *__restrict, int, int (*)(const char *, int), ! glob_t *__restrict); void globfree(glob_t *); __END_DECLS