summaryrefslogtreecommitdiff
path: root/lib/settime.c
AgeCommit message (Collapse)Author
2005-09-29(settime): If settimeofday fails, give up right away.Paul Eggert
2005-09-29(settime): Fix { typo in previous patch. Also, don'tPaul Eggert
boether returning ENOSYS; just let stime return whatever errno it wants to return.
2005-09-29(settime): Move the HAVE_STIME block `up' into an #elifJim Meyering
block, so that we don't even try to compile it if settimeofday is available. This works around a compilation failure on OSF1 V5.1, due to stime requiring a `long int*' while tv_sec is `int'.
2005-09-22Sync from gnulib.Paul Eggert
2005-07-02Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2004-08-11(settime): Recode to avoid warning with Sun Forte C 6U2.Paul Eggert
2004-08-05Sync from gnulib.Paul Eggert
2002-03-01new file, from Paul EggertJim Meyering