X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=compat%2Finclude%2Fcompatglob.h;h=346a0a3b6bc50176c5a39a0b7516f4f3bcee5f56;hb=a18d599791e977f3e3d26123031e6ed4e64d6d08;hp=26432e4f4bc46f362c3d07f567e42bd883f9f6f1;hpb=ec387a1267f4cac7625cd5b6d1c1f080d39085b3;p=dump.git diff --git a/compat/include/compatglob.h b/compat/include/compatglob.h index 26432e4..346a0a3 100644 --- a/compat/include/compatglob.h +++ b/compat/include/compatglob.h @@ -2,8 +2,10 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999 + * Stelian Pop , 1999-2000 + * Stelian Pop - AlcĂ´ve , 2000-2002 * + * $Id: compatglob.h,v 1.8 2002/01/16 09:32:14 stelian Exp $ */ /* @@ -40,12 +42,10 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id: compatglob.h,v 1.2 1999/10/11 13:31:09 stelian Exp $ */ -#ifndef _GLOB_H_ -#define _GLOB_H_ +#ifndef _COMPATGLOB_H_ +#define _COMPATGLOB_H_ #include @@ -99,6 +99,6 @@ int glob __P((const char *, int, int (*)(const char *, int), glob_t *)); void globfree __P((glob_t *)); __END_DECLS -#endif /* !_GLOB_H_ */ - #endif /* HAVE_GLOB */ + +#endif /* !_COMPATGLOB_H_ */