diffutils & Solaris 10

Mark Geary <[email protected]>
Newsgroups gmane.comp.gnu.utils.bugs
Message-ID <[email protected]>
Machine is:
srv45> uname -a
SunOS srv45 5.10 Generic_144488-06 sun4u sparc SUNW,Sun-Fire

After "./configure" I had to make the changes below before make
completed without errors. Just an FYI. I'm not requesting any fixes
you don't think are necessary

srv45> diff src/dir.c~ src/dir.c
251a252,253
>           int v1;
> 
292c294
<         int v1 = (*handle_file) (cmp,
---
>         v1 = (*handle_file) (cmp,
345c347,348
<             for (char const **p = dirdata.names; *p; p++)
---
>             char const **p;
>             for (p = dirdata.names; *p; p++)
srv45> diff src/io.c~ src/io.c  
262a263,264
>               size_t repetitions;
> 
277c279
<               size_t repetitions = 1;
---
>               repetitions = 1;

Mark Geary
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.