We want the FreeBSD ID as the RCS ID, not the NetBSD one.

This commit is contained in:
David E. O'Brien 2000-10-10 08:57:30 +00:00
parent dc2e4f165a
commit d4b552a910
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66918

View File

@ -34,14 +34,13 @@
* SUCH DAMAGE.
*
* From: @(#)mount.c 8.19 (Berkeley) 4/19/94
* From: NetBSD: mount.c,v 1.24 1995/11/18 03:34:29 cgd Exp
* $FreeBSD$
*
* From: $NetBSD: mount.c,v 1.24 1995/11/18 03:34:29 cgd Exp
* $NetBSD: fsck.c,v 1.21 1999/04/22 04:20:53 abs Exp $
*/
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: fsck.c,v 1.21 1999/04/22 04:20:53 abs Exp $");
__RCSID("$FreeBSD$");
#endif /* not lint */
#include <sys/param.h>