Print this page
2989 Eliminate use of LOGNAME_MAX in ON
1166 useradd have warning with name more 8 chars
        
*** 17,26 ****
--- 17,28 ----
   * information: Portions Copyright [yyyy] [name of copyright owner]
   *
   * CDDL HEADER END
   */
  /*
+  * Copyright (c) 2013 Gary Mills
+  *
   * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
   * Use is subject to license terms.
   *
   * Portions Copyright 2009 Chad Mynhier
   */
*** 48,59 ****
  extern void *Realloc(void *, size_t);
  extern void *Malloc(size_t);
  extern void *Zalloc(size_t);
  extern int Setrlimit();
  extern void Priocntl(char *);
! extern void getprojname(projid_t, char *, int, int);
! extern void getzonename(projid_t, char *, int);
  extern void stripfname(char *);
  
  #ifdef  __cplusplus
  }
  #endif
--- 50,61 ----
  extern void *Realloc(void *, size_t);
  extern void *Malloc(size_t);
  extern void *Zalloc(size_t);
  extern int Setrlimit();
  extern void Priocntl(char *);
! extern void getprojname(projid_t, char *, size_t, int, int, size_t);
! extern void getzonename(projid_t, char *, size_t, int, size_t);
  extern void stripfname(char *);
  
  #ifdef  __cplusplus
  }
  #endif