mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
* Makefile.maint (sc_prohibit_strcmp): Also prohibit strncmp.
This commit is contained in:
parent
b87f3000aa
commit
abb9a583a0
@ -1,3 +1,7 @@
|
|||||||
|
Thu May 15 09:12:08 CEST 2008 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.maint (sc_prohibit_strcmp): Also prohibit strncmp.
|
||||||
|
|
||||||
Thu May 15 15:07:49 JST 2008 Atsushi SAKAI <sakaia@jp.fujitsu.com>
|
Thu May 15 15:07:49 JST 2008 Atsushi SAKAI <sakaia@jp.fujitsu.com>
|
||||||
|
|
||||||
* qemud/libvirtd.init.in: change libvirtd description
|
* qemud/libvirtd.init.in: change libvirtd description
|
||||||
|
@ -90,8 +90,9 @@ sc_prohibit_atoi_atof:
|
|||||||
1>&2; exit 1; } || :
|
1>&2; exit 1; } || :
|
||||||
|
|
||||||
# Use STREQ rather than comparing strcmp == 0, or != 0.
|
# Use STREQ rather than comparing strcmp == 0, or != 0.
|
||||||
|
# Similarly, use STREQLEN or STRPREFIX rather than strncmp.
|
||||||
sc_prohibit_strcmp:
|
sc_prohibit_strcmp:
|
||||||
@grep -nE '! *str''cmp *\(|\<str''cmp *\([^)]+\) *==' \
|
@grep -nE '! *str''n?cmp *\(|\<str''n?cmp *\([^)]+\) *==' \
|
||||||
$$($(VC_LIST_EXCEPT)) && \
|
$$($(VC_LIST_EXCEPT)) && \
|
||||||
{ echo '$(ME): use STREQ in place of the above uses of str''cmp' \
|
{ echo '$(ME): use STREQ in place of the above uses of str''cmp' \
|
||||||
1>&2; exit 1; } || :
|
1>&2; exit 1; } || :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user