[haiku-commits] r33752 - haiku/trunk/headers/posix/sys

  • From: korli@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 24 Oct 2009 03:01:17 +0200 (CEST)

Author: korli
Date: 2009-10-24 03:01:17 +0200 (Sat, 24 Oct 2009)
New Revision: 33752
Changeset: http://dev.haiku-os.org/changeset/33752/haiku

Modified:
   haiku/trunk/headers/posix/sys/socket.h
Log:
added SOCK_SEQPACKET


Modified: haiku/trunk/headers/posix/sys/socket.h
===================================================================
--- haiku/trunk/headers/posix/sys/socket.h      2009-10-24 00:36:20 UTC (rev 
33751)
+++ haiku/trunk/headers/posix/sys/socket.h      2009-10-24 01:01:17 UTC (rev 
33752)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2007, Haiku Inc. All Rights Reserved.
+ * Copyright 2002-2009, Haiku Inc. All Rights Reserved.
  * Distributed under the terms of the MIT License.
  */
 #ifndef _SYS_SOCKET_H
@@ -43,6 +43,7 @@
 #define        SOCK_STREAM     1
 #define        SOCK_DGRAM      2
 #define        SOCK_RAW        3
+#define        SOCK_SEQPACKET  5
 #define SOCK_MISC      255
 
 /* Socket options for SOL_SOCKET level */


Other related posts:

  • » [haiku-commits] r33752 - haiku/trunk/headers/posix/sys - korli