]> git.saurik.com Git - apple/system_cmds.git/blobdiff - passwd.tproj/file_passwd.c
system_cmds-496.tar.gz
[apple/system_cmds.git] / passwd.tproj / file_passwd.c
index 65a862f27ee8d2e533aed1eba28e937c3491ae9f..ffc81ca21a287ff2d81d2c8da9c472f01728de52 100644 (file)
@@ -21,6 +21,7 @@
  * 
  * @APPLE_LICENSE_HEADER_END@
  */
+#include <signal.h>
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
@@ -387,7 +388,7 @@ file_passwd(char *uname, char *locn)
        int retries = 0;
        struct stat sb;
        FILE *lockFile;
-       struct sigaction action = {0};
+       struct sigaction action = {{0}};
        struct rlimit rlim;
        
        /* unlimit the resource limits */