From owner-freebsd-hackers Mon Jun 10 00:58:25 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA04439 for hackers-outgoing; Mon, 10 Jun 1996 00:58:25 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id AAA04378 for ; Mon, 10 Jun 1996 00:58:14 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id RAA03941; Mon, 10 Jun 1996 17:55:24 +1000 Date: Mon, 10 Jun 1996 17:55:24 +1000 From: Bruce Evans Message-Id: <199606100755.RAA03941@godzilla.zeta.org.au> To: bde@zeta.org.au, stesin@elvisti.kiev.ua Subject: Re: Need help with DDB (IPfilter 3.0.4, logging panices FreeBSD) Cc: darrenr@cyber.com.au, hackers@freebsd.org, ipfilter@coombs.anu.edu.au Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk ># memcmp is a C library function that isn't available in the kernel. > I guess that with '-g' present gcc doesn't put an inline > equivalent of it in the resulting code? No, but compiling without -O inhibits inlines. Bruce