s390: replace 'zvm' with s390

ZVM isn't the right terminology here.  s390 is.
This commit is contained in:
Dan Williams
2010-06-17 21:24:14 -07:00
parent a5d8872c3e
commit 0b41797b49
10 changed files with 53 additions and 53 deletions

View File

@@ -48,7 +48,7 @@ void nm_utils_call_dispatcher (const char *action,
const char *vpn_iface);
gboolean nm_match_spec_hwaddr (const GSList *specs, const char *hwaddr);
gboolean nm_match_spec_zvm_subchannels (const GSList *specs, const char *subchannels);
gboolean nm_match_spec_s390_subchannels (const GSList *specs, const char *subchannels);
GHashTable *value_hash_create (void);