Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
#endif
int fd, c;
if(geteuid()) {
puts("You need to be root to run this utility.\n");
return 1;
}
while ((c = getopt(argc, argv, "bc:df:i:lps:tvx?")) != -1) {
switch (c) {
case 'b': /* Dumb bytes */