X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=compat%2Finclude%2Fcompatglob.h;h=ea77c0d2d7b1ef6f5eca4f2c717f802a2da414c0;hb=a23c5022421f8f7e2182300beb938167a3975286;hp=55578809b4368aac433feb9fbe9dec5255b65486;hpb=ddd2ef55b78a62c4bc3daad18bef8a90e85a2052;p=dump.git diff --git a/compat/include/compatglob.h b/compat/include/compatglob.h index 5557880..ea77c0d 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 * + * $Id: compatglob.h,v 1.6 2000/11/10 14:42:24 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. - * - * @(#)glob.h 8.1 (Berkeley) 6/2/93 */ -#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_ */