From 99ee6fff338474db21569b61b2e2d960d6b1b1f0 Mon Sep 17 00:00:00 2001 From: Roel Kluin Date: Mon, 21 Sep 2009 17:04:01 -0700 Subject: [PATCH] --- yaml --- r: 164497 b: refs/heads/master c: 27258e448eb301cf89e351df87aa8cb916653bf2 h: refs/heads/master i: 164495: ec6c470a7f8b8bd3a3751817219aad22e75cb970 v: v3 --- [refs] | 2 +- trunk/arch/alpha/boot/tools/objstrip.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a505ca05c3bb..c3379e2b6374 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4f543fa41e78bd366123424a3378f2f4918c0f33 +refs/heads/master: 27258e448eb301cf89e351df87aa8cb916653bf2 diff --git a/trunk/arch/alpha/boot/tools/objstrip.c b/trunk/arch/alpha/boot/tools/objstrip.c index ef1838230291..9d0727d18aee 100644 --- a/trunk/arch/alpha/boot/tools/objstrip.c +++ b/trunk/arch/alpha/boot/tools/objstrip.c @@ -93,7 +93,7 @@ main (int argc, char *argv[]) ofd = 1; if (i < argc) { ofd = open(argv[i++], O_WRONLY | O_CREAT | O_TRUNC, 0666); - if (fd == -1) { + if (ofd == -1) { perror("open"); exit(1); }