]> git.wh0rd.org - dump.git/blobdiff - compat/lib/compatglob.c
noos -> popies.net
[dump.git] / compat / lib / compatglob.c
index cdbab02d2c55389341f011d4b3d5bacf1c5e9ce3..4b70101fdea27fab1de9056d15555217fe13aa96 100644 (file)
@@ -2,8 +2,8 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *      Stelian Pop <pop@cybercable.fr>, 1999
- *
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - AlcĂ´ve <www.alcove.com>, 2000-2002
  */
 
 /*
  * 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 +67,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.7 2002/01/16 09:32:14 stelian Exp $";
+#endif /* not lint */
+
 #include <config.h>
 
 #ifndef HAVE_GLOB