public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-projects commit in portage-utils/libq: xmkdir.c
Date: Tue, 30 Apr 2013 01:56:37 +0000 (UTC)	[thread overview]
Message-ID: <20130430015637.2EC952171D@flycatcher.gentoo.org> (raw)

vapier      13/04/30 01:56:37

  Modified:             xmkdir.c
  Log:
  disable rmdir_r for now as no one uses it

Revision  Changes    Path
1.5                  portage-utils/libq/xmkdir.c

file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/libq/xmkdir.c?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/libq/xmkdir.c?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/libq/xmkdir.c?r1=1.4&r2=1.5

Index: xmkdir.c
===================================================================
RCS file: /var/cvsroot/gentoo-projects/portage-utils/libq/xmkdir.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xmkdir.c	2 Mar 2011 09:14:12 -0000	1.4
+++ xmkdir.c	30 Apr 2013 01:56:37 -0000	1.5
@@ -107,7 +107,9 @@
 	return 0;
 }
 
+/*
 _q_static int rmdir_r(const char *path)
 {
 	return rmdir_r_at(AT_FDCWD, path);
 }
+*/





             reply	other threads:[~2013-04-30  1:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-30  1:56 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-03-02  9:14 [gentoo-commits] gentoo-projects commit in portage-utils/libq: xmkdir.c Mike Frysinger (vapier)
2011-03-02  8:13 Mike Frysinger (vapier)
2011-03-02  1:18 Mike Frysinger (vapier)

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=20130430015637.2EC952171D@flycatcher.gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox