Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



>>> Antti Kantee <pooka%cs.hut.fi@localhost> wrote

> On Tue Jul 03 2007 at 04:56:32 +0900, Takeshi Nakayama wrote:
> > >>> Antti Kantee <pooka%netbsd.org@localhost> wrote
> > 
> > > Module Name:      src
> > > Committed By:     pooka
> > > Date:             Sun Jul  1 21:41:18 UTC 2007
> > > 
> > > Modified Files:
> > >   src/distrib/sets/lists/base: shl.mi
> > >   src/distrib/sets/lists/comp: mi
> > >   src/include: util.h
> > >   src/lib/libutil: Makefile efun.3 efun.c shlib_version
> > > 
> > > Log Message:
> > > add estrndup()
> > 
> > This change breaks -current build on NetBSD 3.1 host since 3.1 has
> > no strndup(3).
> > 
> > Can I commit the following patch to fix this?
> 
> Please.  Thank you.

Done.

| Module Name:  src
| Committed By: nakayama
| Date:         Tue Jul  3 12:11:10 UTC 2007
| 
| Modified Files:
|       src/lib/libc/string: strndup.c
|       src/tools/compat: Makefile compat_defs.h configure configure.ac
|           nbtool_config.h.in
| 
| Log Message:
| Add strndup(3) to libnbcompat, since estrndup(3) added into efun.c calls it.

-- Takeshi Nakayama



Home | Main Index | Thread Index | Old Index