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>
This commit is contained in:
Chris Lalancette
2009-10-23 12:13:20 +02:00
parent 4c893ef9be
commit d27098c054
4 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
^src/util/util\.c$
^ChangeLog-old$