sync code with last fixes and improvements from OpenBSD
This commit is contained in:
parent
4b78db449c
commit
bf0676207f
2406 changed files with 6353 additions and 434004 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: test-tak.c,v 1.4 2023/04/27 08:37:53 beck Exp $ */
|
||||
/* $Id: test-tak.c,v 1.5 2023/05/30 12:14:48 claudio Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2022 Job Snijders <job@fastly.com>
|
||||
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
|
||||
|
@ -35,8 +35,6 @@ int outformats;
|
|||
int verbose;
|
||||
int filemode;
|
||||
|
||||
int64_t evaluation_time;
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
|
@ -98,3 +96,9 @@ main(int argc, char *argv[])
|
|||
printf("OK\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
time_t
|
||||
get_current_time(void)
|
||||
{
|
||||
return time(NULL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue