diff -r 5791e75682d0 -r 37f4a3e2bd99 usr/src/uts/common/inet/sctp/sctp_asconf.h --- a/usr/src/uts/common/inet/sctp/sctp_asconf.h Thu Mar 23 19:49:27 2006 -0800 +++ b/usr/src/uts/common/inet/sctp/sctp_asconf.h Fri Mar 24 12:29:20 2006 -0800 @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -40,8 +39,8 @@ if ((fp)->rc_timer_mp != NULL) { \ ((sctpt_t *)((fp)->rc_timer_mp->b_rptr))->sctpt_faddr = fp; \ dprint(3, ("faddr_rc_timer_restart: fp=%p %x:%x:%x:%x %d\n", \ - (fp), SCTP_PRINTADDR((fp)->faddr), \ - (int)(intvl))); \ + (void *)(fp), SCTP_PRINTADDR((fp)->faddr), \ + (int)(intvl))); \ sctp_timer((sctp), (fp)->rc_timer_mp, (intvl)); \ (fp)->rc_timer_running = 1; \ }