mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Merge pull request #527 from katterjohn/sysctl-inclusion
Remove duplicate sys/sysctl.h inclusion
This commit is contained in:
commit
269c8daf87
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ static sexp sexp_set_signal_action (sexp ctx, sexp self, sexp signum, sexp newac
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#ifndef __DragonFly__
|
#ifndef __DragonFly__
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/sysctl.h>
|
|
||||||
#include <sys/proc.h>
|
#include <sys/proc.h>
|
||||||
#endif
|
#endif
|
||||||
#include <sys/sysctl.h>
|
#include <sys/sysctl.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue