aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2012-01-25 16:38:37 +0000
committerEric Blake <eblake@redhat.com>2012-01-26 15:27:10 -0700
commit19896423f7415db637e225162ede03a6a05eee64 (patch)
tree500c774a9fab72d85eec6f61666d81e1cd505887 /.gitignore
parentutil: Include stdint.h because of uint32_t (diff)
downloadlibvirt-19896423f7415db637e225162ede03a6a05eee64.tar.gz
libvirt-19896423f7415db637e225162ede03a6a05eee64.tar.bz2
libvirt-19896423f7415db637e225162ede03a6a05eee64.zip
hash: minor touchups
On RHEL5, I got: util/virrandom.c:66: warning: nested extern declaration of '_gl_verify_function66' [-Wnested-externs] The fix is to hoist the verify earlier. Also some other hodge-podge fixes I noticed while reviewing Dan's recent series. * .gitignore: Ignore new test. * src/util/cgroup.c: Bump copyright year. * src/util/virhash.c: Fix typo in description. * src/util/virrandom.c (virRandomBits): Mark doc comment, and hoist assert to silence older gcc.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 61a9a3831..2533fced8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -78,6 +78,7 @@
/tests/openvzutilstest
/tests/qemuxmlnstest
/tests/shunloadtest
+/tests/virhashtest
/update.log
Makefile
Makefile.in