Print this page
NEX-2207 mountd and rpcbind should use libumem(3lib)
Reviewed by: Rob Gittins <rob.gittins@nexenta.com>
NEX-2191 reverse resolve does not work in /usr/lib/krb5/klookup
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
NEX-2209 libnvpair produces bad JSON format (lint)
NEX-2209 libnvpair produces bad JSON format

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libnvpair/nvpair_json.c
          +++ new/usr/src/lib/libnvpair/nvpair_json.c
↓ open down ↓ 1 lines elided ↑ open up ↑
   2    2   * This file and its contents are supplied under the terms of the
   3    3   * Common Development and Distribution License ("CDDL"), version 1.0.
   4    4   * You may only use this file in accordance with the terms of version
   5    5   * 1.0 of the CDDL.
   6    6   *
   7    7   * A full copy of the text of the CDDL should have accompanied this
   8    8   * source.  A copy of the CDDL is also available via the Internet at
   9    9   * http://www.illumos.org/license/CDDL.
  10   10   */
  11   11  /*
       12 + * Copyright 2014 Nexenta Systems, Inc. All rights reserved.
  12   13   * Copyright (c) 2014, Joyent, Inc.
  13   14   */
  14   15  
  15   16  #include <stdio.h>
  16   17  #include <stdlib.h>
  17   18  #include <strings.h>
  18   19  #include <wchar.h>
  19   20  #include <sys/debug.h>
  20   21  
  21   22  #include "libnvpair.h"
↓ open down ↓ 382 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX