summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/stand.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lib/libsa/stand.h')
-rw-r--r--sys/lib/libsa/stand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/lib/libsa/stand.h b/sys/lib/libsa/stand.h
index 5c35c9a4499..e7c2e65bb8d 100644
--- a/sys/lib/libsa/stand.h
+++ b/sys/lib/libsa/stand.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: stand.h,v 1.31 1998/02/24 22:14:44 weingart Exp $ */
+/* $OpenBSD: stand.h,v 1.32 1998/05/29 20:44:47 mickey Exp $ */
/* $NetBSD: stand.h,v 1.18 1996/11/30 04:35:51 gwr Exp $ */
/*-
@@ -190,6 +190,7 @@ int cnischar __P((void));
int cnspeed __P((dev_t, int));
u_int sleep __P((u_int));
void usleep __P((u_int));
+char *ctime __P((const time_t *));
void putchar __P((int));
int getchar __P((void));