diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-08-17 19:26:37 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-08-17 19:26:37 +0000 |
| commit | 450e9e37dc67622c38b591b9095eb32a9624e62b (patch) | |
| tree | 975b692b1b17d936fb545c47386dd6b22bcd323a /sys/libkern/mcount.c | |
| parent | 0492d857d1cea7b01d0c84a787532c38d7b6ae71 (diff) | |
Notes
Diffstat (limited to 'sys/libkern/mcount.c')
| -rw-r--r-- | sys/libkern/mcount.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/libkern/mcount.c b/sys/libkern/mcount.c index 61997293b9ab..7eaf3825e57c 100644 --- a/sys/libkern/mcount.c +++ b/sys/libkern/mcount.c @@ -29,16 +29,10 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ -#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: mcount.c,v 1.12 1997/02/22 09:39:55 peter Exp $"; -#endif - #include <sys/param.h> #include <sys/gmon.h> #ifdef KERNEL |
