From owner-freebsd-commit Tue Apr 25 07:51:29 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA12178 for commit-outgoing; Tue, 25 Apr 1995 07:51:29 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA12161 for cvs-lib-outgoing; Tue, 25 Apr 1995 07:51:25 -0700 Received: from trout.sri.MT.net (trout.sri.MT.net [204.182.243.12]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id HAA12139 ; Tue, 25 Apr 1995 07:51:14 -0700 Received: (from nate@localhost) by trout.sri.MT.net (8.6.11/8.6.11) id IAA11089; Tue, 25 Apr 1995 08:55:06 -0600 Date: Tue, 25 Apr 1995 08:55:06 -0600 From: Nate Williams Message-Id: <199504251455.IAA11089@trout.sri.MT.net> To: Bruce Evans Cc: bde@freefall.cdrom.com, roberto@blaise.ibp.fr, CVS-commiters@freefall.cdrom.com, cvs-lib@freefall.cdrom.com Subject: Re: cvs commit: src/lib/libc/compat-43 Makefile.inc In-Reply-To: <199504251045.UAA26668@godzilla.zeta.org.au> References: <199504251045.UAA26668@godzilla.zeta.org.au> Sender: commit-owner@FreeBSD.org Precedence: bulk Bruce Evans writes: > >> Modified: lib/libc/compat-43 Makefile.inc > >> Log: > >> Remove setre*id*. > > >I've always heard that when one removes a function from a shared > >library, one has to bump the major number of the library because there > >was an interface change... > > There wasn't an interface change. The functions used to be library > wrappers for the sete*id syscalls. Now they are syscalls. So programs that use the shlib will 'Do The Right Thing' now? Nate