mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
We want the FreeBSD ID as the RCS ID, not the NetBSD one.
This commit is contained in:
parent
dc2e4f165a
commit
d4b552a910
1 changed files with 3 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue