From owner-freebsd-commit Tue Aug 8 23:51:04 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id XAA24018 for commit-outgoing; Tue, 8 Aug 1995 23:51:04 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id XAA23998 for cvs-lib-outgoing; Tue, 8 Aug 1995 23:51:01 -0700 Received: (from asami@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id XAA23988 ; Tue, 8 Aug 1995 23:50:53 -0700 Date: Tue, 8 Aug 1995 23:50:53 -0700 From: Satoshi Asami Message-Id: <199508090650.XAA23988@freefall.cdrom.com> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc Makefile Sender: commit-owner@FreeBSD.org Precedence: bulk asami 95/08/08 23:50:53 Modified: lib/libc Makefile Log: Bump shlib minor because xdr_* functions have been enabled. Do NOT bump it again if something else is added before 2.2. The xdr_* functions are enabled only in the 2.2 (-current) branch so far. If that modification is moved to the 2.1 (-stable) branch, this one should, too. Reviewed by: the mailing lists