mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
Update ChangeLog
This commit is contained in:
@@ -11529,4 +11529,6 @@
|
|||||||
yet (2016-02-26).
|
yet (2016-02-26).
|
||||||
* include/nuttx/wireless/ieee802154: Add directory (and dummy header file)
|
* include/nuttx/wireless/ieee802154: Add directory (and dummy header file)
|
||||||
(2016-02-16).
|
(2016-02-16).
|
||||||
|
* arch/arm/include and src: Rename the imx directories to imx1 to make room
|
||||||
|
in the namespace for other members of the i.MX family (2016-02-27).
|
||||||
|
|
||||||
|
|||||||
+1
-1
Submodule arch updated: 1fb2ed39e0...5358eb144d
+1
-1
Submodule configs updated: bdb92a1d64...dd60f41b7e
@@ -1,7 +1,7 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* include/sys/socket.h
|
* include/sys/socket.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007, 2009, 2011, 2015 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2007, 2009, 2011, 2015-2016 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
* the protocol family which will be used for communication.
|
* the protocol family which will be used for communication.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Protocol families */
|
/* Supported Protocol Families */
|
||||||
|
|
||||||
#define PF_UNSPEC 0 /* Protocol family unspecified */
|
#define PF_UNSPEC 0 /* Protocol family unspecified */
|
||||||
#define PF_UNIX 1 /* Local communication */
|
#define PF_UNIX 1 /* Local communication */
|
||||||
@@ -59,7 +59,9 @@
|
|||||||
#define PF_INET6 3 /* IPv6 Internet protocols */
|
#define PF_INET6 3 /* IPv6 Internet protocols */
|
||||||
#define PF_PACKET 4 /* Low level packet interface */
|
#define PF_PACKET 4 /* Low level packet interface */
|
||||||
|
|
||||||
/* Address families */
|
/* Supported Address Families. Opengroup.org requires only AF_UNSPEC,
|
||||||
|
* AF_UNIX, AF_INET and AF_INET6.
|
||||||
|
*/
|
||||||
|
|
||||||
#define AF_UNSPEC PF_UNSPEC
|
#define AF_UNSPEC PF_UNSPEC
|
||||||
#define AF_UNIX PF_UNIX
|
#define AF_UNIX PF_UNIX
|
||||||
|
|||||||
Reference in New Issue
Block a user