[Pkg-libvirt-commits] [libguestfs] 25/61: build: use the ptsname_r gnulib module

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 31 19:09:37 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.28.2-1
in repository libguestfs.

commit faa19ec7c1ce6938f8d1b9d98b5b83534ec8f07f
Author: Pino Toscano <ptoscano at redhat.com>
Date:   Thu Oct 16 09:28:33 2014 +0200

    build: use the ptsname_r gnulib module
    
    virt-p2v uses ptsname_r, which is not portable but implemented by
    gnulib.
    
    (cherry picked from commit 65f830b84ca9573db51dc4e0d3a3a9ee1fd5f12f)
---
 bootstrap     | 1 +
 m4/.gitignore | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/bootstrap b/bootstrap
index b4afcdb..b7a45ff 100755
--- a/bootstrap
+++ b/bootstrap
@@ -77,6 +77,7 @@ openat
 perror
 pipe2
 pread
+ptsname_r
 read-file
 readlink
 select
diff --git a/m4/.gitignore b/m4/.gitignore
index ed73ab3..605cd26 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -271,3 +271,6 @@
 /xstrtol.m4
 /xvasprintf.m4
 /yield.m4
+/isatty.m4
+/ptsname_r.m4
+/ttyname_r.m4

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list