Print this page
OS-3812 lxbrand nfs mounting fails
        
*** 26,35 ****
--- 26,36 ----
  /*
   * Copyright 2014 Garrett D'Amore <garrett@damore.org>
   *
   * Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
   * Use is subject to license terms.
+  * Copyright 2015 Joyent, Inc.
   */
  
  #ifndef _SYS_NETCONFIG_H
  #define _SYS_NETCONFIG_H
  
*** 145,154 ****
--- 146,157 ----
  extern void             *setnetpath(void);
  extern int              endnetpath(void *);
  extern struct netconfig *getnetpath(void *);
  extern void             nc_perror(const char *);
  extern char             *nc_sperror(void);
+ extern void             _nsl_brand_set_hooks(int (*)(void),
+                             struct netconfig *(*)(int));
  
  #ifdef  __cplusplus
  }
  #endif