* [uml-devel] [PATCH] fix misleading error message in tools/tunctl/tunctl.c
@ 2007-03-01 5:08 Leonard Norrgård
2007-03-01 23:58 ` Blaisorblade
0 siblings, 1 reply; 2+ messages in thread
From: Leonard Norrgård @ 2007-03-01 5:08 UTC (permalink / raw)
To: user-mode-linux-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [uml-devel] [PATCH] fix misleading error message in tools/tunctl/tunctl.c
2007-03-01 5:08 [uml-devel] [PATCH] fix misleading error message in tools/tunctl/tunctl.c Leonard Norrgård
@ 2007-03-01 23:58 ` Blaisorblade
0 siblings, 0 replies; 2+ messages in thread
From: Blaisorblade @ 2007-03-01 23:58 UTC (permalink / raw)
To: user-mode-linux-devel; +Cc: Leonard Norrgård
On Thursday 01 March 2007 06:08, Leonard Norrgård wrote:
> 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)
>
Applied in my tree, thanks.
--
Inform me of my mistakes, so I can add them to my list!
Paolo Giarrusso, aka Blaisorblade
http://www.user-mode-linux.org/~blaisorblade
Chiacchiera con i tuoi amici in tempo reale!
http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com
-------------------------------------------------------------------------
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-01 23:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-01 5:08 [uml-devel] [PATCH] fix misleading error message in tools/tunctl/tunctl.c Leonard Norrgård
2007-03-01 23:58 ` Blaisorblade
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox