X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=compat%2Flib%2Fcompatglob.c;h=7616b808f01507f2e6f738209a4cf06511661ca4;hp=cdbab02d2c55389341f011d4b3d5bacf1c5e9ce3;hb=ec387a1267f4cac7625cd5b6d1c1f080d39085b3;hpb=ddd2ef55b78a62c4bc3daad18bef8a90e85a2052 diff --git a/compat/lib/compatglob.c b/compat/lib/compatglob.c index cdbab02..7616b80 100644 --- a/compat/lib/compatglob.c +++ b/compat/lib/compatglob.c @@ -40,12 +40,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.c,v 1.2 1999/10/11 13:31:10 stelian Exp $ */ -#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. *