Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 715046
Collapse All | Expand All

(-)a/src/daemon/devnode.h (-2 / +1 lines)
Lines 5-11 Link Here
5
#include "usb.h"
5
#include "usb.h"
6
6
7
/// Device path base ("/dev/input/ckb" or "/var/run/ckb")
7
/// Device path base ("/dev/input/ckb" or "/var/run/ckb")
8
const char *const devpath;
8
extern const char *const devpath;
9
9
10
/// Group ID for the control nodes. -1 to give read/write access to everybody
10
/// Group ID for the control nodes. -1 to give read/write access to everybody
11
extern long gid;
11
extern long gid;
12
- 

Return to bug 715046