aboutsummaryrefslogtreecommitdiff
path: root/time/stime.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/stime.c')
-rw-r--r--time/stime.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/time/stime.c b/time/stime.c
index b86b152..4d65333 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)
{