* src/getlimits.c: Likewise.
* src/group-list.c: Likewise.
* src/groups.c: Likewise.
* src/mktemp.c: Likewise.
* src/setuidgid.c: Likewise.
* src/stdbuf.c: Likewise.
* src/timeout.c: Likewise.
* src/truncate.c: Likewise.
* gl/lib/mbsalign.c: Likewise.
* tests/test-lib.sh: Likewise.
* bootstrap: Likewise.
* README-hacking: Likewise.
12 files changed:
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-Local Variables:
-indent-tabs-mode: nil
-End:
mv -f $m-t $m
echo "$0: done. Now you can run './configure'."
-
-# Local Variables:
-# indent-tabs-mode: nil
-# End:
return ret;
}
-/*
- * Local variables:
- * indent-tabs-mode: nil
- * End:
- */
print_int (INTMAX);
print_int (UINTMAX);
}
-
-/*
- * Local variables:
- * indent-tabs-mode: nil
- * End:
- */
printf ("%s", grp->gr_name);
return ok;
}
-
-/*
- * Local variables:
- * indent-tabs-mode: nil
- * End:
- */
exit (ok ? EXIT_SUCCESS : EXIT_FAILURE);
}
-
-/*
- * Local variables:
- * indent-tabs-mode: nil
- * End:
- */
exit (status);
}
-
-/*
- * Local variables:
- * indent-tabs-mode: nil
- * End:
- */
exit (exit_status);
}
}
-
-/*
- * Local variables:
- * indent-tabs-mode: nil
- * End:
- */
exit (exit_status);
}
}
-
-/*
- * Local variables:
- * indent-tabs-mode: nil
- * End:
- */
return status;
}
}
-
-/*
- * Local variables:
- * indent-tabs-mode: nil
- * End:
- */
return errors ? EXIT_FAILURE : EXIT_SUCCESS;
}
-
-/*
- * Local variables:
- * indent-tabs-mode: nil
- * End:
- */
else
compare() { cmp "$@"; }
fi
-
-# Local Variables:
-# indent-tabs-mode: nil
-# End: