All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mario Limonciello <mario_limonciello@dell.com>
To: "grub-devel@gnu.org" <grub-devel@gnu.org>
Subject: [PATCH 1/3] Remove extra declaration of sleep for mingw32.
Date: Wed, 21 Sep 2011 15:49:22 -0500	[thread overview]
Message-ID: <4E7A4DD2.1010704@dell.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 955 bytes --]

=== modified file 'ChangeLog'
--- ChangeLog   2011-09-17 21:40:10 +0000
+++ ChangeLog   2011-09-21 20:36:50 +0000
@@ -1,3 +1,7 @@
+2011-09-21  Mario Limonciello <mario_limonciello@dell.com>
+
+       * Remove extra declaration of sleep for mingw32.
+
  2011-09-17  Grégoire Sutre <gregoire.sutre@gmail.com>

         * Makefile.util.def (grub-mkrelpath): Add LIBUTIL for getrawpartition(3)

=== modified file 'include/grub/util/misc.h'
--- include/grub/util/misc.h    2010-08-19 11:24:00 +0000
+++ include/grub/util/misc.h    2011-09-21 20:36:50 +0000
@@ -47,7 +47,6 @@

  void sync (void);
  int fsync (int fno);
-void sleep(int s);

  grub_int64_t grub_util_get_disk_size (char *name);


=== modified file 'util/misc.c'
--- util/misc.c 2010-08-23 17:56:24 +0000
+++ util/misc.c 2011-09-21 20:36:50 +0000
@@ -316,11 +316,6 @@
    return 0;
  }

-void sleep (int s)
-{
-  Sleep (s * 1000);
-}
-
  grub_int64_t
  grub_util_get_disk_size (char *name)
  {



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: ml_3425.patch --]
[-- Type: text/x-diff; name="ml_3425.patch", Size: 929 bytes --]

=== modified file 'ChangeLog'
--- ChangeLog	2011-09-17 21:40:10 +0000
+++ ChangeLog	2011-09-21 20:36:50 +0000
@@ -1,3 +1,7 @@
+2011-09-21  Mario Limonciello <mario_limonciello@dell.com>
+
+	* Remove extra declaration of sleep for mingw32.
+
 2011-09-17  Grégoire Sutre  <gregoire.sutre@gmail.com>
 
 	* Makefile.util.def (grub-mkrelpath): Add LIBUTIL for getrawpartition(3)

=== modified file 'include/grub/util/misc.h'
--- include/grub/util/misc.h	2010-08-19 11:24:00 +0000
+++ include/grub/util/misc.h	2011-09-21 20:36:50 +0000
@@ -47,7 +47,6 @@
 
 void sync (void);
 int fsync (int fno);
-void sleep(int s);
 
 grub_int64_t grub_util_get_disk_size (char *name);
 

=== modified file 'util/misc.c'
--- util/misc.c	2010-08-23 17:56:24 +0000
+++ util/misc.c	2011-09-21 20:36:50 +0000
@@ -316,11 +316,6 @@
   return 0;
 }
 
-void sleep (int s)
-{
-  Sleep (s * 1000);
-}
-
 grub_int64_t
 grub_util_get_disk_size (char *name)
 {


             reply	other threads:[~2011-09-21 20:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-21 20:49 Mario Limonciello [this message]
2011-09-29  8:33 ` [PATCH 1/3] Remove extra declaration of sleep for mingw32 Vladimir 'φ-coder/phcoder' Serbinenko

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=4E7A4DD2.1010704@dell.com \
    --to=mario_limonciello@dell.com \
    --cc=grub-devel@gnu.org \
    /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.