]> xenbits.xensource.com Git - libvirt.git/commit
Add a new syntax-check rule for gethostname.
authorChris Lalancette <clalance@redhat.com>
Fri, 23 Oct 2009 10:13:20 +0000 (12:13 +0200)
committerChris Lalancette <clalance@redhat.com>
Mon, 26 Oct 2009 09:34:27 +0000 (10:34 +0100)
commitd27098c0549f856cc44ea20ce2c31d6b89a28946
tree4c624ed8ef1731cf2564e94ec71ad6bfaf447906
parent4c893ef9beff8059d7756e5c6f8e9ce2dbd996ad
Add a new syntax-check rule for gethostname.

We should always be using virGetHostname in place of
gethostname; thus add in a new syntax-check rule to make
sure no new uses creep in.

Signed-off-by: Chris Lalancette <clalance@redhat.com>
.x-sc_prohibit_gethostname [new file with mode: 0644]
Makefile.am
cfg.mk
src/libvirt.c