From owner-freebsd-newbies Tue Jul 10 9:41:41 2001 Delivered-To: freebsd-newbies@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 46DBA37B405 for ; Tue, 10 Jul 2001 09:41:38 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from hades.hell.gr (patr530-a220.otenet.gr [212.205.215.220]) by mailsrv.otenet.gr (8.11.1/8.11.1) with ESMTP id f6AGfYF23470; Tue, 10 Jul 2001 19:41:35 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.4/8.11.4) id f6AFjIf43822; Tue, 10 Jul 2001 18:45:18 +0300 (EEST) (envelope-from charon) To: "Vlado Korcek" Cc: freebsd-newbies@FreeBSD.ORG Subject: Re: Compile files??? References: From: Giorgos Keramidas Date: 10 Jul 2001 18:45:17 +0300 In-Reply-To: "Vlado Korcek"'s message of "Tue, 10 Jul 2001 13:47:43 -0000" Message-ID: <86lmlw4wky.fsf@hades.hell.gr> Lines: 18 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org "Vlado Korcek" writes: > Hi > > I have a question. > I've modified "/usr/src/lib/libc/net/getaddrinfo.c" for some testing > purposes and I rebuild the kernel. After restart of the target I expected to > see my changes when calling this function but nothing happens. Currently I'm > working with FreeBSD-4.3 > > Could somebody help me with that. Well, you didn't change the kernel :) What you changed is the source of the C library [path: /usr/src/lib/libc]. You'll need to buildworld and installworld for the changes to take effect. -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message