From: "Leonard Norrgård" <vinsci@refactor.fi>
To: user-mode-linux-devel@lists.sourceforge.net
Subject: [uml-devel] [PATCH] fix misleading error message in tools/tunctl/tunctl.c
Date: Thu, 01 Mar 2007 07:08:54 +0200 [thread overview]
Message-ID: <E1HMdXC-0007w3-Ac@teori.refactor.fi> (raw)
Fix misleading error message.
Signed-off-by: Leonard Norrgard <vinsci@refactor.fi>
Index: tunctl/tunctl.c
===================================================================
RCS file: /cvsroot/user-mode-linux/tools/tunctl/tunctl.c,v
retrieving revision 1.4
diff -u -r1.4 tunctl.c
--- tunctl/tunctl.c 2 Nov 2002 19:34:19 -0000 1.4
+++ tunctl/tunctl.c 1 Mar 2007 05:04:58 -0000
@@ -101,7 +101,7 @@
exit(1);
}
if(ioctl(tap_fd, TUNSETOWNER, owner) < 0){
- perror("TUNSETPERSIST");
+ perror("TUNSETOWNER");
exit(1);
}
if(brief)
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
next reply other threads:[~2007-03-01 5:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-01 5:08 Leonard Norrgård [this message]
2007-03-01 23:58 ` [uml-devel] [PATCH] fix misleading error message in tools/tunctl/tunctl.c Blaisorblade
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1HMdXC-0007w3-Ac@teori.refactor.fi \
--to=vinsci@refactor.fi \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox