Add RCS frob.
This commit is contained in:
parent
e7ae1531d5
commit
adb8dc2533
@ -31,7 +31,8 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)fnmatch.3 5.4 (Berkeley) 6/28/92
|
||||
.\" from: @(#)fnmatch.3 5.4 (Berkeley) 6/28/92
|
||||
.\" $Id: fnmatch.3,v 1.3 1993/07/30 08:00:27 mycroft Exp $
|
||||
.\"
|
||||
.Dd June 28, 1992
|
||||
.Dt FNMATCH 3
|
||||
|
@ -35,7 +35,8 @@
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
static char sccsid[] = "@(#)fnmatch.c 5.6 (Berkeley) 6/28/92";
|
||||
/*static char sccsid[] = "from: @(#)fnmatch.c 5.6 (Berkeley) 6/28/92";*/
|
||||
static char rcsid[] = "$Id: fnmatch.c,v 1.4 1993/07/30 07:59:55 mycroft Exp $";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user