You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
357 B

--- ./lib/inet.c 2017-02-21 23:54:32.000000000 +0530
+++ ../inet.c 2017-04-09 14:43:19.639365853 +0530
@@ -414,6 +414,7 @@
}
}
endservent();
+#if 0
setprotoent(1);
while ((pe = getprotoent())) {
/* Allocate a service entry. */
@@ -423,6 +424,7 @@
add2list(&raw_name, item);
}
endprotoent();
+#endif
return (0);
}