/* * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #include #include #include #include #undef p_option /* extern const char * isc_p_option(); */ const char *p_option(uint_t option) { return (isc_p_option((ulong_t)option)); } #pragma weak __p_option = p_option #undef p_secstodate /* extern char * isc_p_secstodate (); */ char *p_secstodate(uint_t secs) { return (isc_p_secstodate((ulong_t)secs)); } #pragma weak __p_secstodate = p_secstodate