aboutsummaryrefslogtreecommitdiff
path: root/nss
diff options
context:
space:
mode:
Diffstat (limited to 'nss')
-rw-r--r--nss/nss_files/files-network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/nss_files/files-network.c b/nss/nss_files/files-network.c
index 59cf012..8bf9c04 100644
--- a/nss/nss_files/files-network.c
+++ b/nss/nss_files/files-network.c
@@ -53,4 +53,4 @@ DB_LOOKUP (netbyaddr, ,,
if (result->n_addrtype == type && result->n_net == net)
/* Bingo! */
break;
- }, int type, unsigned long int net)
+ }, unsigned long int net, int type)