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: qlop.c
Date: Mon, 16 Jan 2012 01:15:35 +0000 (UTC)	[thread overview]
Message-ID: <20120116011535.841DF20033@flycatcher.gentoo.org> (raw)

vapier      12/01/16 01:15:35

  Modified:             qlop.c
  Log:
  use ll with long long rather than L

Revision  Changes    Path
1.59                 portage-utils/qlop.c

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

Index: qlop.c
===================================================================
RCS file: /var/cvsroot/gentoo-projects/portage-utils/qlop.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- qlop.c	19 Dec 2011 20:27:36 -0000	1.58
+++ qlop.c	16 Jan 2012 01:15:35 -0000	1.59
@@ -1,7 +1,7 @@
 /*
  * Copyright 2005-2010 Gentoo Foundation
  * Distributed under the terms of the GNU General Public License v2
- * $Header: /var/cvsroot/gentoo-projects/portage-utils/qlop.c,v 1.58 2011/12/19 20:27:36 vapier Exp $
+ * $Header: /var/cvsroot/gentoo-projects/portage-utils/qlop.c,v 1.59 2012/01/16 01:15:35 vapier Exp $
  *
  * Copyright 2005-2010 Ned Ludd        - <solar@gentoo.org>
  * Copyright 2005-2010 Mike Frysinger  - <vapier@gentoo.org>
@@ -52,7 +52,7 @@
 	"Read emerge logfile instead of " QLOP_DEFAULT_LOGFILE,
 	COMMON_OPTS_HELP
 };
-static const char qlop_rcsid[] = "$Id: qlop.c,v 1.58 2011/12/19 20:27:36 vapier Exp $";
+static const char qlop_rcsid[] = "$Id: qlop.c,v 1.59 2012/01/16 01:15:35 vapier Exp $";
 #define qlop_usage(ret) usage(ret, QLOP_FLAGS, qlop_long_opts, qlop_opts_help, lookup_applet_idx("qlop"))
 
 #define QLOP_LIST    0x01
@@ -433,7 +433,7 @@
 				"%*d %*d "
 				"%*d "
 				"%*d "
-				"%Lu ",
+				"%llu ",
 				&start_time);
 			/* get uptime */
 			if (!eat_file("/proc/uptime", bufstat, sizeof(bufstat)))






             reply	other threads:[~2012-01-16  1:15 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-16  1:15 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-10-28  4:56 [gentoo-commits] gentoo-projects commit in portage-utils: qlop.c Mike Frysinger (vapier)
2011-12-18  1:31 Mike Frysinger (vapier)
2010-07-19  0:29 Mike Frysinger (vapier)
2010-07-09 22:21 Mike Frysinger (vapier)
2010-06-08  4:54 Mike Frysinger (vapier)
2010-01-05  3:00 Mike Frysinger (vapier)
2009-12-29  0:42 Ned Ludd (solar)
2009-12-26 22:33 Ned Ludd (solar)
2009-12-05 10:01 Mike Frysinger (vapier)
2009-03-24 18:52 Fabian Groffen (grobian)
2009-03-15 10:10 Mike Frysinger (vapier)
2009-03-15  9:57 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=20120116011535.841DF20033@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