]> Dogcows Code - chaz/tar/blobdiff - src/names.c
Fix some C compatibility bugs reported by Joerg Schilling.
[chaz/tar] / src / names.c
index a8a03bb6434df6945826a78aab8474eab1f828a3..3ebf9cb2f25911098a43871ebf98561aed4b34c1 100644 (file)
@@ -20,9 +20,7 @@
 #include "system.h"
 
 #include <fnmatch.h>
-#include <grp.h>
 #include <hash.h>
-#include <pwd.h>
 #include <quotearg.h>
 
 #include "common.h"
@@ -636,7 +634,7 @@ names_notfound (void)
          ERROR ((0, 0, _("%s: Not found in archive"),
                  quotearg_colon (cursor->name)));
        else
-         ERROR ((0, 0, _("%s: Required occurence not found in archive"),
+         ERROR ((0, 0, _("%s: Required occurrence not found in archive"),
                  quotearg_colon (cursor->name)));
       }
   
This page took 0.023652 seconds and 4 git commands to generate.