Add RCS frob.

This commit is contained in:
mycroft 1993-07-30 07:59:55 +00:00
parent e7ae1531d5
commit adb8dc2533
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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 */
/*