From 2494489f353737a9a0a0dfb412b041a447f76aa2 Mon Sep 17 00:00:00 2001 From: julian Date: Fri, 27 Oct 1995 10:48:31 +0000 Subject: Submitted by: john hay patches to merge the two IPX packages to work with each other and to not break make-world :) IPXrouted should be working now, (or at least compiling) :) --- usr.sbin/IPXrouted/sap.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.sbin/IPXrouted/sap.h') diff --git a/usr.sbin/IPXrouted/sap.h b/usr.sbin/IPXrouted/sap.h index 9b7cb53..221220f 100644 --- a/usr.sbin/IPXrouted/sap.h +++ b/usr.sbin/IPXrouted/sap.h @@ -28,11 +28,13 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sap.h,v 1.5 1995/10/11 18:57:26 jhay Exp $ + * $Id: sap.h,v 1.1 1995/10/26 21:28:22 julian Exp $ */ #ifndef _SAP_H_ #define _SAP_H_ +#define IPXPROTO_SAP IPXPROTO_PXP + #define SAP_REQ 1 #define SAP_RESP 2 #define SAP_REQ_NEAR 3 -- cgit v1.1