summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Rees <rees@FreeBSD.org>2005-04-14 20:27:30 +0000
committerJim Rees <rees@FreeBSD.org>2005-04-14 20:27:30 +0000
commit76b5c0aa5073995b4acbf63a619d53fb80b9d196 (patch)
tree280e5812707ee4b93a9c00a2c95b1464185597fb
parent25e6f9ed4bccbfcdf69aa811045c4f60b61d1aa7 (diff)
Notes
-rw-r--r--sbin/idmapd/idmapd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sbin/idmapd/idmapd.c b/sbin/idmapd/idmapd.c
index e5dbe80afb5b..fa3a082d3ddb 100644
--- a/sbin/idmapd/idmapd.c
+++ b/sbin/idmapd/idmapd.c
@@ -339,12 +339,6 @@ main(int argc, char ** argv)
TAILQ_INIT(&upcall_q);
- if (error) {
- perror("sigaction");
- exit(1);
- }
-
-
fd = open(DEV_PATH, O_RDWR, S_IRUSR | S_IWUSR);
if (fd < 0) {