diff options
Diffstat (limited to 'sys/src/cmd/upas/common/sys.h')
-rw-r--r-- | sys/src/cmd/upas/common/sys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/upas/common/sys.h b/sys/src/cmd/upas/common/sys.h index a860df15f..06de24f36 100644 --- a/sys/src/cmd/upas/common/sys.h +++ b/sys/src/cmd/upas/common/sys.h @@ -35,7 +35,7 @@ char *alt_sysname_read(void); char *domainname_read(void); char **sysnames_read(void); char *getlog(void); -char *thedate(void); +Tmfmt thedate(Tm*); Biobuf *sysopen(char*, char*, ulong); int sysopentty(void); int sysclose(Biobuf*); |