- Sort Alphabetically - Same indentation for preprocessor clauses
@ -5,8 +5,8 @@
#include <stdio.h>
#include <string.h>
#if defined(__OpenBSD__)
#include <sys/types.h>
#include <sys/socket.h>
#endif
#include "../util.h"
@ -1,6 +1,6 @@
/* See LICENSE file for copyright and license details. */
#include <errno.h>
#include <dirent.h>
@ -54,9 +54,9 @@
NULL;
}
#elif defined(__OpenBSD__)
#include <sys/sysctl.h>
#include <stdlib.h>
#include <unistd.h>
inline int
@ -16,9 +16,9 @@
#include <sys/sensors.h>
#include <sys/time.h>
const char *
temp(const char *null)
@ -1,14 +1,14 @@
#include <fcntl.h>
# include <soundcard.h>
#include <soundcard.h>
#else
# include <sys/soundcard.h>
#include <sys/soundcard.h>
#include <sys/ioctl.h>
@ -2,10 +2,10 @@
#if defined(__linux__)
#include <ifaddrs.h>
#include <limits.h>
#include <linux/wireless.h>