diff options
| author | christos <christos@NetBSD.org> | 2006-11-17 22:44:40 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-11-17 22:44:40 +0000 |
| commit | 37568978dc8dffdd57e2bb1e6cc6263948d3620d (patch) | |
| tree | fe4c4b721188952d5af680396126e4b0e68f18f2 /include | |
| parent | a5486efb24985379f580f932e39f1b36a4f3832d (diff) | |
constify getdate
Diffstat (limited to 'include')
| -rw-r--r-- | include/util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/util.h b/include/util.h index 7186a69f4b5..531e3669e4b 100644 --- a/include/util.h +++ b/include/util.h @@ -1,4 +1,4 @@ -/* $NetBSD: util.h,v 1.42 2006/11/17 22:10:57 christos Exp $ */ +/* $NetBSD: util.h,v 1.43 2006/11/17 22:44:40 christos Exp $ */ /*- * Copyright (c) 1995 @@ -79,7 +79,7 @@ off_t getlabeloffset(void); int getlabelsector(void); int getmaxpartitions(void); int getrawpartition(void); -time_t getdate(const char *, time_t *, int *); +time_t getdate(const char *, const time_t *, const int *); int humanize_number(char *, size_t, int64_t, const char *, int, int); void login(const struct utmp *); |
