APM_NORM_DEVICEFILE
if ((apmnorm_fd = open(APM_NORM_DEVICEFILE, O_RDWR)) == -1) {
err(1, "cannot open device file `%s'", APM_NORM_DEVICEFILE);
err(1, "cannot set close-on-exec flag for device file '%s'", APM_NORM_DEVICEFILE);