From owner-freebsd-commit Fri Nov 24 14:13:11 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA26142 for freebsd-commit-outgoing; Fri, 24 Nov 1995 14:13:11 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA26128 for cvs-all-outgoing; Fri, 24 Nov 1995 14:13:07 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA26118 for cvs-sys-outgoing; Fri, 24 Nov 1995 14:13:03 -0800 Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA26106 ; Fri, 24 Nov 1995 14:12:50 -0800 Received: (from julian@localhost) by ref.tfs.com (8.6.12/8.6.9) id OAA13745; Fri, 24 Nov 1995 14:12:37 -0800 From: Julian Elischer Message-Id: <199511242212.OAA13745@ref.tfs.com> Subject: Re: cvs commit: src/sys/i386/i386 db_trace.c To: bde@freefall.freebsd.org (Bruce Evans) Date: Fri, 24 Nov 1995 14:12:36 -0800 (PST) Cc: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <199511241327.FAA17732@freefall.freebsd.org> from "Bruce Evans" at Nov 24, 95 05:27:26 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 248 Sender: owner-commit@FreeBSD.ORG Precedence: bulk > > bde 95/11/24 05:27:25 > > Modified: sys/i386/i386 db_trace.c > Log: > Staticized. Moved some ero-initialized values to the bss. ^^^^^^^^^^^^^^^^ the mind boggles > > Added prototypes. >