port_t isn't used anymore and conflicts with MacOS/X headers.
[oweals/tinc.git] / src / net.h
index 490cdcf3794bf977703c38eb59c6d25b1dcec437..93c8be19bdca32973f254c81eb9c676d29d89c49 100644 (file)
--- a/src/net.h
+++ b/src/net.h
@@ -17,7 +17,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: net.h,v 1.9.4.54 2002/09/10 22:12:33 guus Exp $
+    $Id: net.h,v 1.9.4.55 2002/09/15 12:26:24 guus Exp $
 */
 
 #ifndef __TINC_NET_H__
@@ -65,8 +65,6 @@ typedef struct ipv6_t {
        uint16_t x[8];
 } ipv6_t;
 
-typedef unsigned short port_t;
-
 typedef short length_t;
 
 typedef union {