summary refs log tree commit diff
path: root/src/uw_tmp.h2
blob: ae9542eb1563177cc947222289b00aa8a0b201ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <sys/types.h>
#include <utmpx.h>

/* sysdep: +utmpx */

#define UW_TMP_UFILE _UTMPX_FILE
#define UW_TMP_WFILE _WTMPX_FILE

#ifndef ut_time
#define ut_time ut_tv.tv_sec
#endif

typedef struct futmpx uw_tmp;