From owner-cvs-lib Sun Aug 3 11:22:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA06704 for cvs-lib-outgoing; Sun, 3 Aug 1997 11:22:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA06625; Sun, 3 Aug 1997 11:21:40 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA09468; Sun, 3 Aug 1997 11:20:05 -0700 (PDT) Date: Sun, 3 Aug 1997 11:20:05 -0700 (PDT) Message-Id: <199708031820.LAA09468@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libalias HISTORY alias_old.c libalias.3 Makefile alias.c alias.h alias_db.c alias_local.h alias_util.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/08/03 11:20:05 PDT Modified files: lib/libalias Makefile alias.c alias.h alias_db.c alias_local.h alias_util.c Added files: lib/libalias HISTORY alias_old.c libalias.3 Log: Update to version 2.2. Only the PacketAlias*() functions should now be used. The old 2.1 stuff is there for backwards compatability. Submitted by: Charles Mott Revision Changes Path 1.2 +3 -2 src/lib/libalias/Makefile 1.2 +21 -67 src/lib/libalias/alias.c 1.2 +79 -34 src/lib/libalias/alias.h 1.2 +54 -87 src/lib/libalias/alias_db.c 1.2 +6 -4 src/lib/libalias/alias_local.h 1.2 +4 -2 src/lib/libalias/alias_util.c