2005-05-06 Paul Jakma <paul.jakma@sun.com>

	* zserv.h: Remove ZEBRA_PORT definition, its in lib/zebra.h now
diff --git a/zebra/ChangeLog b/zebra/ChangeLog
index 4ddf101..11676eb 100644
--- a/zebra/ChangeLog
+++ b/zebra/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-06 Paul Jakma <paul.jakma@sun.com>
+
+	* zserv.h: Remove ZEBRA_PORT definition, its in lib/zebra.h now
+
 2005-04-28 Paul Jakma <paul.jakma@sun.com>
 
 	* rib.h: (struct rib) Add lock field for refcounting.
diff --git a/zebra/zserv.h b/zebra/zserv.h
index db822a9..6627015 100644
--- a/zebra/zserv.h
+++ b/zebra/zserv.h
@@ -26,7 +26,6 @@
 #include "workqueue.h"
 
 /* Default port information. */
-#define ZEBRA_PORT                    2600
 #define ZEBRA_VTY_PORT                2601
 
 /* Default configuration filename. */