/*
* Copyright (C) 1993-2001 by Darren Reed.
*
* See the IPFILTER.LICENCE file for details on licencing.
*//*
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/#include"ipf.h"char*getsumd(sum)
u_32_t sum;
{
staticchar sumdbuf[17];
sprintf(sumdbuf, "%#0x", sum);
return sumdbuf;
}