Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/gen/glob.c,v retrieving revision 1.8.2.1 retrieving revision 1.8.2.2 diff -u -p -r1.8.2.1 -r1.8.2.2 --- src/lib/libc/gen/glob.c 1997/10/21 00:56:55 1.8.2.1 +++ src/lib/libc/gen/glob.c 1997/10/22 06:41:32 1.8.2.2 @@ -0,0 +1,10 @@ +/* $NetBSD: glob.c,v 1.8.2.2 1997/10/22 06:41:32 thorpej Exp $ */ + +/* + * Written by Jason R. Thorpe , October 21, 1997. + * Public domain. + */ + +#define __LIBC12_SOURCE__ + +#include "__glob13.c"