summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorrees <rees@FreeBSD.org>2005-04-14 20:27:30 +0000
committerrees <rees@FreeBSD.org>2005-04-14 20:27:30 +0000
commit9c0d411b1061265c11016ac01e6f77560ba9e70b (patch)
tree280e5812707ee4b93a9c00a2c95b1464185597fb /sbin
parent2bf55008502e9691ab3ace062d854f1b10ba3667 (diff)
downloadFreeBSD-src-9c0d411b1061265c11016ac01e6f77560ba9e70b.zip
FreeBSD-src-9c0d411b1061265c11016ac01e6f77560ba9e70b.tar.gz
Remove dead code.
PR: bin/78125 Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> Approved by: alfred
Diffstat (limited to 'sbin')
-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 e5dbe80..fa3a082 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) {
OpenPOWER on IntegriCloud