]> git.ipfire.org Git - thirdparty/libvirt.git/commit
add the mkstemp module from gnulib
authorJim Meyering <meyering@redhat.com>
Thu, 7 Aug 2008 13:02:45 +0000 (13:02 +0000)
committerJim Meyering <meyering@redhat.com>
Thu, 7 Aug 2008 13:02:45 +0000 (13:02 +0000)
commit7846f71fb36fcb96216718d8b2bdd957c1f31c43
treecf328873bd17bc64badf11bf02ab1f227f62bf7e
parent2194f1c983c00cff8c3b34f0159ea1e5b67e422f
add the mkstemp module from gnulib

* bootstrap (modules): Add mkstemp.
The remainder of these changes are the result of running
./bootstrap, adding new files, and committing the result.
* gnulib/lib/gettimeofday.c: New file.
* gnulib/lib/mkstemp.c: New file.
* gnulib/lib/tempname.c: New file.
* gnulib/lib/tempname.h: New file.
* gnulib/m4/gettimeofday.m4: New file.
* gnulib/m4/mkstemp.m4: New file.
* gnulib/m4/tempname.m4: New file.
* gnulib/tests/test-gettimeofday.c: New file.
* gnulib/lib/Makefile.am: Update.
* gnulib/m4/gnulib-cache.m4: Likewise.
* gnulib/m4/gnulib-comp.m4: Likewise.
* gnulib/m4/inet_pton.m4: Likewise.
* gnulib/tests/Makefile.am: Likewise.
15 files changed:
ChangeLog
bootstrap
gnulib/lib/Makefile.am
gnulib/lib/gettimeofday.c [new file with mode: 0644]
gnulib/lib/mkstemp.c [new file with mode: 0644]
gnulib/lib/tempname.c [new file with mode: 0644]
gnulib/lib/tempname.h [new file with mode: 0644]
gnulib/m4/gettimeofday.m4 [new file with mode: 0644]
gnulib/m4/gnulib-cache.m4
gnulib/m4/gnulib-comp.m4
gnulib/m4/inet_pton.m4
gnulib/m4/mkstemp.m4 [new file with mode: 0644]
gnulib/m4/tempname.m4 [new file with mode: 0644]
gnulib/tests/Makefile.am
gnulib/tests/test-gettimeofday.c [new file with mode: 0644]