sysfs is a Linux-only feature.
authorNikos Ntarmos <ntarmos@cs.uoi.gr>
Sat, 28 Mar 2009 19:46:20 +0000 (21:46 +0200)
committerPhil Sutter <phil@nwl.cc>
Sun, 29 Mar 2009 00:25:48 +0000 (01:25 +0100)
commit15bd2ca5ecd1d036070433b2c4d48388169b053d
tree286408d8f026344ece88665332184833a590da1c
parentb3a91362de04c5b7e0522a9ccef0e556620318a8
sysfs is a Linux-only feature.

Moving sysfs-related functions and defs out of common.h and into
linux.h, as sysfs exists only on Linux, and updating openbsd.c,
netbsd.c, and freebsd.c accordingly.

Signed-off-by: Nikos Ntarmos <ntarmos@cs.uoi.gr>
src/common.h
src/conky.c
src/freebsd.c
src/linux.h
src/netbsd.c