mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-20 00:10:43 -05:00
lint
This commit is contained in:
parent
e5a7e236ff
commit
bd3195dcec
1 changed files with 2 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: stdtime.c,v 1.2 1999/12/16 23:29:07 explorer Exp $ */
|
||||
/* $Id: stdtime.c,v 1.3 2000/01/04 20:21:03 tale Exp $ */
|
||||
|
||||
#include <time.h>
|
||||
|
||||
|
|
@ -23,8 +23,7 @@
|
|||
#include <isc/stdtime.h>
|
||||
|
||||
void
|
||||
isc_stdtime_get(isc_stdtime_t *t)
|
||||
{
|
||||
isc_stdtime_get(isc_stdtime_t *t) {
|
||||
/*
|
||||
* Set 't' to the number of seconds past 00:00:00 UTC, January 1, 1970.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue