diff options
author | David Zeuthen <david@fubar.dk> | 2005-06-23 14:50:05 +0000 |
---|---|---|
committer | David Zeuthen <david@fubar.dk> | 2005-06-23 14:50:05 +0000 |
commit | 6c12d06b35ef9d9fe770cd37721bf2a91e872172 (patch) | |
tree | f2efa94f72dc5b34380cffb15ddaaf1c5e3cb046 /hald/hald.c | |
parent | 281edd392eefe25ae99028833a145a3ad399e905 (diff) |
Patch from Alvaro Lopez Ortega <alvaro@sun.com> to add an empty Solaris
backend to HAL.
New file
New file
Add checks for Solaris
Diffstat (limited to 'hald/hald.c')
-rw-r--r-- | hald/hald.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hald/hald.c b/hald/hald.c index e163e1f8..5dad3b9f 100644 --- a/hald/hald.c +++ b/hald/hald.c @@ -38,7 +38,6 @@ #include <fcntl.h> #include <errno.h> #include <signal.h> -#include <sys/prctl.h> #include <grp.h> #include <syslog.h> |