X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=compat%2Flib%2Fcompatglob.c;h=4b70101fdea27fab1de9056d15555217fe13aa96;hp=7616b808f01507f2e6f738209a4cf06511661ca4;hb=11856e771fadee7ddb9b5a613c91f562bf363da7;hpb=ec387a1267f4cac7625cd5b6d1c1f080d39085b3 diff --git a/compat/lib/compatglob.c b/compat/lib/compatglob.c index 7616b80..4b70101 100644 --- a/compat/lib/compatglob.c +++ b/compat/lib/compatglob.c @@ -2,8 +2,8 @@ * 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 */ /* @@ -40,8 +40,6 @@ * 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.c,v 1.2 1999/10/11 13:31:10 stelian Exp $ */ /* @@ -69,6 +67,11 @@ * Number of matches in the current invocation of glob. */ +#ifndef lint +static const char rcsid[] = + "$Id: compatglob.c,v 1.7 2002/01/16 09:32:14 stelian Exp $"; +#endif /* not lint */ + #include #ifndef HAVE_GLOB