time.c (d3f9990f1b48514b33342612b51fad238592d774) | time.c (97870c34b453251cda9c2341f8534b78003a74dc) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 |
|
1/* 2 * Copyright (C) 2015 Anton Ivanov (aivanov@{brocade.com,kot-begemot.co.uk}) 3 * Copyright (C) 2015 Thomas Meyer (thomas@m3y3r.de) 4 * Copyright (C) 2012-2014 Cisco Systems 5 * Copyright (C) 2000 - 2007 Jeff Dike (jdike{addtoit,linux.intel}.com) | 2/* 3 * Copyright (C) 2015 Anton Ivanov (aivanov@{brocade.com,kot-begemot.co.uk}) 4 * Copyright (C) 2015 Thomas Meyer (thomas@m3y3r.de) 5 * Copyright (C) 2012-2014 Cisco Systems 6 * Copyright (C) 2000 - 2007 Jeff Dike (jdike{addtoit,linux.intel}.com) |
6 * Licensed under the GPL | |
7 */ 8 9#include <stddef.h> 10#include <errno.h> 11#include <signal.h> 12#include <time.h> 13#include <sys/time.h> 14#include <kern_util.h> --- 104 unchanged lines hidden --- | 7 */ 8 9#include <stddef.h> 10#include <errno.h> 11#include <signal.h> 12#include <time.h> 13#include <sys/time.h> 14#include <kern_util.h> --- 104 unchanged lines hidden --- |