Ignore:
Timestamp:
2010-10-06T19:02:41Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fe5d3c1b
Parents:
058edb6
Message:

Nits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/net/socket_codes.h

    r058edb6 rbcafa70  
    2727 */
    2828
    29 /** @addtogroup libc 
     29/** @addtogroup libc
    3030 *  @{
    3131 */
     
    6262/*@}*/
    6363
    64 /** Socket types.
    65  */
     64/** Socket types. */
    6665typedef enum sock_type {
    6766        /** Stream (connection oriented) socket. */
     
    7473
    7574/** Type definition of the socket length. */
    76 typedef int32_t socklen_t;
     75typedef int32_t socklen_t;
    7776
    7877#endif
Note: See TracChangeset for help on using the changeset viewer.