mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
23 lines
295 B
C
23 lines
295 B
C
/*
|
|
* This file is in the public domain.
|
|
*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
#ifndef SA_LEN
|
|
# define SA_LEN(x) ((x)->sa_len)
|
|
#endif
|
|
|
|
#ifndef EAI_NODATA
|
|
# define EAI_NODATA EAI_NONAME
|
|
#endif
|
|
|
|
#ifndef __dead
|
|
# define __dead
|
|
#endif
|
|
|
|
#undef HAVE_SENSORS
|
|
|
|
/* adjfreq.c */
|
|
int adjfreq(const int64_t *, int64_t *);
|