Changeset 5709 for lm-sensors/trunk/prog/dump/isadump.c
- Timestamp:
- 04/19/09 09:16:40 (4 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/dump/isadump.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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");
