Imported from util-linux-2.11o tarball.

This commit is contained in:
Karel Zak 2006-12-07 00:25:53 +01:00
parent 612721dba8
commit ffc4374869
85 changed files with 16584 additions and 7666 deletions

View file

@ -90,7 +90,7 @@ int main( int argc, char **argv )
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);
while ((c = getopt( argc, argv, "vf:" )) != EOF)
while ((c = getopt( argc, argv, "vf:" )) != -1)
switch (c) {
case 'v': ++Verbose; break;
case 'f': file = optarg; break;