Deleted Added
full compact
22c22
< * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
---
> * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
26,27d25
< #pragma ident "%Z%%M% %I% %E% SMI"
<
64,65c62,63
< static uint64_t
< _strtonum(char *str, char **nptr)
---
> uint64_t
> _strtonum(const char *str, char **nptr)
85c83,84
< *nptr = str;
---
> if (nptr)
> *nptr = (char *)str;