Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Feb 2007 17:01:41 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 113846 for review
Message-ID:  <200702011701.l11H1fvl073474@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=113846

Change 113846 by piso@piso_newluxor on 2007/02/01 17:01:10

	We don't export the old PacketAlias* API when libalias is in kernel land: 
	axe alias_old.c as a dependency.

Affected files ...

.. //depot/projects/soc2005/libalias/sys/modules/libalias/libalias/Makefile#11 edit

Differences ...

==== //depot/projects/soc2005/libalias/sys/modules/libalias/libalias/Makefile#11 (text+ko) ====

@@ -3,6 +3,6 @@
 .PATH: ${.CURDIR}/../../../netinet/libalias
 
 KMOD=	libalias
-SRCS=	alias.c alias_db.c alias_proxy.c alias_util.c alias_old.c alias_mod.c
+SRCS=	alias.c alias_db.c alias_proxy.c alias_util.c alias_mod.c
 
 .include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702011701.l11H1fvl073474>