]> andersk Git - moira.git/blobdiff - server/mr_scall.c
Fix another freeing-memory-we-didn't-malloc bug in AddMachine. This
[moira.git] / server / mr_scall.c
index 56a545e4bb5f01dd0f9b4bcb1b16d2b0777e5ac0..0301881259e8e251eaaae741cf38aa32e69365fd 100644 (file)
@@ -19,6 +19,7 @@ static char *rcsid_sms_scall_c = "$Header$";
 #include <sys/file.h>
 #include <fcntl.h>
 #include <string.h>
+#include <arpa/inet.h>
 #include <krb.h>
 #include <errno.h>
 #include "mr_server.h"
@@ -245,7 +246,6 @@ list_users(callbk, callarg)
        char buf1[30];
        int i;
        extern client **clients;
-       extern char *inet_ntoa();
        char *cp;
        char *ctime();
 
This page took 0.029916 seconds and 4 git commands to generate.