[haiku-commits] haiku: hrev53088 - headers/posix/net

  • From: Alex von Gluck IV <kallisti5@xxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 22 Apr 2019 14:22:34 -0400 (EDT)

hrev53088 adds 1 changeset to branch 'master'
old head: db3b4a3caf398d395ebe72594235db57fc03ac06
new head: d117379205c4167de0b0f278a997330b140afb23
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=d117379205c4+%5Edb3b4a3caf39

----------------------------------------------------------------------------

d117379205c4: posix/if_types.h: Remove IFT_IEEE1394, breaks build
  
  * Sneaky ifdef in libnetwork/netresolv/irs
  * Sorry for spam.
  
  Change-Id: I241d65b63d0bb8b281e3db0adcad2814b1476c7e

                          [ Alexander von Gluck IV <kallisti5@xxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev53088
Commit:      d117379205c4167de0b0f278a997330b140afb23
URL:         https://git.haiku-os.org/haiku/commit/?id=d117379205c4
Author:      Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Date:        Mon Apr 22 18:21:47 2019 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 2 deletions(-)
headers/posix/net/if_types.h | 3 +--

----------------------------------------------------------------------------

diff --git a/headers/posix/net/if_types.h b/headers/posix/net/if_types.h
index 4927200d97..5f623a95bb 100644
--- a/headers/posix/net/if_types.h
+++ b/headers/posix/net/if_types.h
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006-2012 Haiku, Inc. All Rights Reserved.
+ * Copyright 2006-2019 Haiku, Inc. All Rights Reserved.
  * Distributed under the terms of the MIT License.
  */
 #ifndef _NET_IF_TYPES_H
@@ -17,7 +17,6 @@
 #define IFT_MODEM              0x30
 #define IFT_TUN                        0x83
 #define IFT_L2VLAN             0x87
-#define IFT_IEEE1394   0x90
 #define IFT_BRIDGE             0xd1
 
 


Other related posts:

  • » [haiku-commits] haiku: hrev53088 - headers/posix/net - Alex von Gluck IV