diff options
Diffstat (limited to 'time/stime.c')
-rw-r--r-- | time/stime.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/time/stime.c b/time/stime.c index b86b152c5e..4d65333605 100644 --- a/time/stime.c +++ b/time/stime.c @@ -22,8 +22,7 @@ /* Set the system clock to *WHEN. */ int -stime (when) - const time_t *when; +stime (const time_t *when) { if (when == NULL) { |