Subject: Re: cannot build -current from Solaris 10
To: None <simonb@wasabisystems.com>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: current-users
Date: 03/19/2006 15:40:23
In article <20060319061909.5607D23402@thoreau.thistledown.com.au>
simonb@wasabisystems.com wrote:

> I don't think that using <stdio.h> is the best fix.  The tools stuff
> detects the presence of <sys/cdefs.h> - maybe we can use that instead?

All other sources in usr.bin/tn3270/tools/mk*.c have
>> #include <stdio.h>
>> #include <string.h>
>> #include <ctype.h>
and there are ifdefs against __COPYRIGHT() and __RCSID() macroes later,
so maybe we could just change mkdctype.c in the same way.
---
Izumi Tsutsui