summaryrefslogtreecommitdiff
path: root/lib/libc/time/difftime.c
diff options
context:
space:
mode:
authorpgoyette <pgoyette@NetBSD.org>2019-01-27 02:08:33 +0000
committerpgoyette <pgoyette@NetBSD.org>2019-01-27 02:08:33 +0000
commitcc17ee2ece085d7d746bcd8fa9be19170855aaac (patch)
tree5be40613f405cb081b2c44410b1506781927f8e3 /lib/libc/time/difftime.c
parent10dd4cc92542aa04b0e59469a484a48e4c3cdd24 (diff)
Merge the [pgoyette-compat] branch
Diffstat (limited to 'lib/libc/time/difftime.c')
-rw-r--r--lib/libc/time/difftime.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/time/difftime.c b/lib/libc/time/difftime.c
index 65315775cf1..2a89136c8c3 100644
--- a/lib/libc/time/difftime.c
+++ b/lib/libc/time/difftime.c
@@ -1,4 +1,6 @@
-/* $NetBSD: difftime.c,v 1.19 2018/10/19 23:05:35 christos Exp $ */
+/* $NetBSD: difftime.c,v 1.20 2019/01/27 02:08:35 pgoyette Exp $ */
+
+/* Return the difference between two timestamps. */
/* Return the difference between two timestamps. */
@@ -12,7 +14,7 @@
#if 0
static char elsieid[] = "@(#)difftime.c 8.1";
#else
-__RCSID("$NetBSD: difftime.c,v 1.19 2018/10/19 23:05:35 christos Exp $");
+__RCSID("$NetBSD: difftime.c,v 1.20 2019/01/27 02:08:35 pgoyette Exp $");
#endif
#endif /* LIBC_SCCS and not lint */