Changeset 5709
- Timestamp:
- 04/19/09 09:16:40 (3 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 3 modified
-
CHANGES (modified) (1 diff)
-
prog/dump/isadump.c (modified) (1 diff)
-
prog/dump/isaset.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r5708 r5709 3 3 4 4 SVN-HEAD 5 isadump: Use geteuid instead of getuid so that setuid bit works 6 isaset: Use geteuid instead of getuid so that setuid bit works 5 7 sensors-detect: Add nNidia nForce MCP78S SMBus detection 6 8 Display Super-I/O address even if LD is disabled -
lm-sensors/trunk/prog/dump/isadump.c
r5163 r5709 215 215 } 216 216 217 if (get uid()) {217 if (geteuid()) { 218 218 fprintf(stderr, "Error: Can only be run as root (or make it " 219 219 "suid root)\n"); -
lm-sensors/trunk/prog/dump/isaset.c
r5163 r5709 157 157 } 158 158 159 if (get uid()) {159 if (geteuid()) { 160 160 fprintf(stderr, "Error: Can only be run as root " 161 161 "(or make it suid root)\n");
