X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;ds=sidebyside;f=compat%2Flib%2Fcompatglob.c;h=d20a8933448420f040fba331941c4578731db7b1;hb=df9ae507502f413c72119dde6ea3d35c91dba5bf;hp=cdbab02d2c55389341f011d4b3d5bacf1c5e9ce3;hpb=ddd2ef55b78a62c4bc3daad18bef8a90e85a2052;p=dump.git diff --git a/compat/lib/compatglob.c b/compat/lib/compatglob.c index cdbab02..d20a893 100644 --- a/compat/lib/compatglob.c +++ b/compat/lib/compatglob.c @@ -2,8 +2,7 @@ * 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 */ /* @@ -42,10 +41,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)glob.c 8.3 (Berkeley) 10/13/93"; -#endif /* LIBC_SCCS and not lint */ - /* * glob(3) -- a superset of the one defined in POSIX 1003.2. * @@ -71,6 +66,11 @@ static char sccsid[] = "@(#)glob.c 8.3 (Berkeley) 10/13/93"; * Number of matches in the current invocation of glob. */ +#ifndef lint +static const char rcsid[] = + "$Id: compatglob.c,v 1.3 1999/10/13 09:57:19 stelian Exp $"; +#endif /* not lint */ + #include #ifndef HAVE_GLOB