mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Added $Id$.
This commit is contained in:
parent
5c0ea38c00
commit
bb369b53b2
1 changed files with 4 additions and 0 deletions
|
|
@ -32,8 +32,12 @@
|
|||
*/
|
||||
|
||||
#if !defined(lint) && !defined(KERNEL) && defined(LIBC_SCCS)
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93";
|
||||
#endif
|
||||
static const char rcsid[] =
|
||||
"$Id$";
|
||||
#endif
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/gmon.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue