All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ladislav Michl <ladis@linux-mips.org>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Re: FWD: SNTP support patch
Date: Tue, 5 Apr 2005 16:51:27 +0200	[thread overview]
Message-ID: <20050405145127.GA9944@orphique> (raw)
In-Reply-To: <20050330205446.E062AC108D@atlas.denx.de>

On Wed, Mar 30, 2005 at 10:54:41PM +0200, Wolfgang Denk wrote:
> [Forwarded on behalf of Masami Komiya.]
> 
> ------- Forwarded Message
> 
> Date:    Wed, 30 Mar 2005 16:42:03 +0900
> From:    Masami Komiya <mkomiya@sonare.it>
> To:      Wolfgang Denk <wd@denx.de>
> cc:      "Sonare IT - Komiya" <mkomiya@sonare.it>
> Subject: SNTP support patch
> 
> Dear Wolfgang,
> 
> No time see you.
> 
> I make a patch to add SNTP support and expand time server and time offset
> fields of DHCP support. (The roundtrip delay is ignored :-)

Extenting proto_t enum rings bell here. Please consider applying
following inliner.

Index: common/cmd_net.c
===================================================================
RCS file: /cvsroot/u-boot/u-boot/common/cmd_net.c,v
retrieving revision 1.15
diff -u -r1.15 cmd_net.c
--- common/cmd_net.c	2 Apr 2005 22:37:55 -0000	1.15
+++ common/cmd_net.c	5 Apr 2005 14:44:42 -0000
@@ -33,7 +33,7 @@
 
 extern int do_bootm (cmd_tbl_t *, int, int, char *[]);
 
-static int netboot_common (int, cmd_tbl_t *, int , char *[]);
+static int netboot_common (proto_t, cmd_tbl_t *, int , char *[]);
 
 int do_bootp (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 {
@@ -152,7 +152,7 @@
 }
 
 static int
-netboot_common (int proto, cmd_tbl_t *cmdtp, int argc, char *argv[])
+netboot_common (proto_t proto, cmd_tbl_t *cmdtp, int argc, char *argv[])
 {
 	char *s;
 	int   rcode = 0;

  parent reply	other threads:[~2005-04-05 14:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-30 20:54 [U-Boot-Users] FWD: SNTP support patch Wolfgang Denk
2005-03-31  8:07 ` [U-Boot-Users] " Masami Komiya
2005-03-31 23:59   ` Wolfgang Denk
2005-03-31 23:54 ` [U-Boot-Users] FWD: " Wolfgang Denk
2005-04-05 14:51 ` Ladislav Michl [this message]
2005-04-05 22:54   ` [U-Boot-Users] " Wolfgang Denk

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=20050405145127.GA9944@orphique \
    --to=ladis@linux-mips.org \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.