projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8cab16
)
Remove sched.h, because we don't use it and uclibc doesn't have it
author
David Schleef
<ds@schleef.org>
Tue, 10 Jul 2001 22:30:27 +0000
(22:30 +0000)
committer
David Schleef
<ds@schleef.org>
Tue, 10 Jul 2001 22:30:27 +0000
(22:30 +0000)
demo/ledclock.c
patch
|
blob
|
history
demo/receiver.c
patch
|
blob
|
history
diff --git
a/demo/ledclock.c
b/demo/ledclock.c
index 78c2a3b62fa2096aaadaf2672d49206bd0729997..712bab5bdb5bee9c80eed048043882108355e2fe 100644
(file)
--- a/
demo/ledclock.c
+++ b/
demo/ledclock.c
@@
-23,7
+23,6
@@
#include <errno.h>
#include <getopt.h>
#include <ctype.h>
-#include <sched.h>
#include <signal.h>
#include <string.h>
#include <sys/time.h>
diff --git
a/demo/receiver.c
b/demo/receiver.c
index 1aae47c35d24b249ed4a79f52e8dca745b1c6a1c..4bddf5194d52864ce9d380769535697b68cfe0ca 100644
(file)
--- a/
demo/receiver.c
+++ b/
demo/receiver.c
@@
-23,7
+23,6
@@
#include <errno.h>
#include <getopt.h>
#include <ctype.h>
-#include <sched.h>
#include <signal.h>
#include <string.h>
#include <sys/time.h>