diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2004-05-29 22:34:08 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2004-05-29 22:34:08 +0000 |
| commit | 3a7dc24c445bbdafb6049a0b8257b7751f4b2bf5 (patch) | |
| tree | 3bf752c6a1785cb39d842fe70553cc3c3b961c7a /sys/compat | |
| parent | 0f27b907705bfc72225c92f1d36146897af708c3 (diff) | |
Notes
Diffstat (limited to 'sys/compat')
| -rw-r--r-- | sys/compat/ndis/subr_ndis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/ndis/subr_ndis.c b/sys/compat/ndis/subr_ndis.c index 3a7fea7677cdb..fe673b4490df5 100644 --- a/sys/compat/ndis/subr_ndis.c +++ b/sys/compat/ndis/subr_ndis.c @@ -130,6 +130,7 @@ static ndis_status ndis_encode_parm(ndis_miniport_block *, struct sysctl_oid *, ndis_parm_type, ndis_config_parm **); static ndis_status ndis_decode_parm(ndis_miniport_block *, ndis_config_parm *, char *); +static int my_strcasecmp(const char *, const char *, int); __stdcall static void ndis_read_cfg(ndis_status *, ndis_config_parm **, ndis_handle, ndis_unicode_string *, ndis_parm_type); __stdcall static void ndis_write_cfg(ndis_status *, ndis_handle, |
