From owner-cvs-lib Mon Dec 30 05:30:51 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA25320 for cvs-lib-outgoing; Mon, 30 Dec 1996 05:30:51 -0800 (PST) Received: from spinner.DIALix.COM (root@spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id FAA25307; Mon, 30 Dec 1996 05:30:21 -0800 (PST) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.4/8.8.4) with ESMTP id VAA19052; Mon, 30 Dec 1996 21:30:07 +0800 (WST) Message-Id: <199612301330.VAA19052@spinner.DIALix.COM> X-Mailer: exmh version 1.6.9 8/22/96 To: Peter Wemm cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libc/net res_stubs.c In-reply-to: Your message of "Mon, 30 Dec 1996 05:25:39 PST." <199612301325.FAA25160@freefall.freebsd.org> Date: Mon, 30 Dec 1996 21:30:06 +0800 From: Peter Wemm Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Peter Wemm wrote: > peter 96/12/30 05:25:38 > Added: lib/libc/net res_stubs.c > Log: > Tempt fate! 'cvs add' a file remotely which also exists in the Attic on > RELENG_2_2! Whee!! It worked! :-) > This provides stubs so that binaries linked in 2.2 will run on 3.0 BTW, The alternative is to bump to libc.so.4.0 since functions would have been removed. If this fails to work as expected, we'll just have to rip this out and do it. Cheers, -Peter