fix uninitialized variable in new __res_msend dns function
[musl] / src / temp / __randname.c
index b097576..464b83d 100644 (file)
@@ -1,11 +1,10 @@
-#include <string.h>
 #include <time.h>
 #include <stdint.h>
 
 int __clock_gettime(clockid_t, struct timespec *);
 
 /* This assumes that a check for the
-   template size has alrady been made */
+   template size has already been made */
 char *__randname(char *template)
 {
        int i;