Changeset 3393 for trunk/util/flashrom/flashrom.c
- Timestamp:
- 06/27/08 18:28:34 (5 months ago)
- Files:
-
- 1 modified
-
trunk/util/flashrom/flashrom.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/util/flashrom/flashrom.c
r3372 r3393 379 379 if (iopl(3) != 0) { 380 380 #endif 381 fprintf(stderr, "ERROR: iopl failed: \"%s\"\n",381 fprintf(stderr, "ERROR: Could not get IO privileges (%s).\nYou need to be root.\n", 382 382 strerror(errno)); 383 383 exit(1);
