diff options
Diffstat (limited to 'distrib/common/rdsetroot.c')
-rw-r--r-- | distrib/common/rdsetroot.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/common/rdsetroot.c b/distrib/common/rdsetroot.c index bf227841113..8b496056e5d 100644 --- a/distrib/common/rdsetroot.c +++ b/distrib/common/rdsetroot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rdsetroot.c,v 1.14 2008/12/02 00:48:19 deraadt Exp $ */ +/* $OpenBSD: rdsetroot.c,v 1.15 2008/12/02 00:51:40 deraadt Exp $ */ /* $NetBSD: rdsetroot.c,v 1.2 1995/10/13 16:38:39 gwr Exp $ */ /* @@ -205,7 +205,6 @@ main(int argc, char *argv[]) #ifdef DEBUG fprintf(stderr, "copied %d bytes\n", n); #endif - close(fd); exit(0); } |