All of lore.kernel.org
 help / color / mirror / Atom feed
From: nkukard at uclibc.org <nkukard@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/sfdisk
Date: Thu, 17 Apr 2008 06:40:46 -0700 (PDT)	[thread overview]
Message-ID: <20080417134046.AB4F13C465@busybox.net> (raw)

Author: nkukard
Date: 2008-04-17 06:40:46 -0700 (Thu, 17 Apr 2008)
New Revision: 21757

Log:
* Reverted index/rindex fix


Removed:
   trunk/buildroot/package/sfdisk/sfdisk.010.index-rindex-fix.patch


Changeset:
Deleted: trunk/buildroot/package/sfdisk/sfdisk.010.index-rindex-fix.patch
===================================================================
--- trunk/buildroot/package/sfdisk/sfdisk.010.index-rindex-fix.patch	2008-04-17 13:28:46 UTC (rev 21756)
+++ trunk/buildroot/package/sfdisk/sfdisk.010.index-rindex-fix.patch	2008-04-17 13:40:46 UTC (rev 21757)
@@ -1,21 +0,0 @@
-diff -ru sfdisk_llseek-fix/sfdisk.c sfdisk_index-rindex-fix/sfdisk.c
---- sfdisk_llseek-fix/sfdisk.c	2008-04-17 08:42:35.000000000 +0000
-+++ sfdisk_index-rindex-fix/sfdisk.c	2008-04-17 09:50:17.000000000 +0000
-@@ -58,6 +58,17 @@
- 
- #define SIZE(a)	(sizeof(a)/sizeof(a[0]))
- 
-+/* 
-+ * Why these wouldn't be defined in string.h, I don't know, there is a block
-+ * testing for BSD, and no other mention of these functions ... NK
-+ */
-+#if !defined(index)
-+#  define index(s,c) strchr((s), (c))
-+#endif
-+#if !defined(rindex)
-+#  define rindex(s,c) strrchr((s), (c))
-+#endif
-+
- /*
-  * Table of contents:
-  *  A. About seeking

             reply	other threads:[~2008-04-17 13:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-17 13:40 nkukard at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-04-17 13:47 [Buildroot] svn commit: trunk/buildroot/package/sfdisk nkukard at uclibc.org
2008-04-17 14:16 ` sjhill at realitydiluted.com
2008-04-17 13:23 nkukard at uclibc.org
2008-04-17 13:35 ` sjhill at realitydiluted.com
2008-04-17 13:48   ` Nigel Kukard
2008-04-17 13:56   ` Nigel Kukard
2006-11-17 11:54 aldot at uclibc.org

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=20080417134046.AB4F13C465@busybox.net \
    --to=nkukard@uclibc.org \
    --cc=buildroot@busybox.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 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.