public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/653] New: glibc contains old quota.h copy
@ 2005-01-12  8:31 kukuk at suse dot de
  2005-01-12  8:33 ` [Bug libc/653] " kukuk at suse dot de
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kukuk at suse dot de @ 2005-01-12  8:31 UTC (permalink / raw)
  To: glibc-bugs

glibc still ships a very old quota.h copy, which is incompatible with 
the current quota implementation used the last years and part of 
kernel 2.6. 
 
We should remove this file complete or update it with the attached patch.

-- 
           Summary: glibc contains old quota.h copy
           Product: glibc
           Version: 2.3.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: kukuk at suse dot de
                CC: glibc-bugs at sources dot redhat dot com


http://sources.redhat.com/bugzilla/show_bug.cgi?id=653

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/653] glibc contains old quota.h copy
  2005-01-12  8:31 [Bug libc/653] New: glibc contains old quota.h copy kukuk at suse dot de
@ 2005-01-12  8:33 ` kukuk at suse dot de
  2005-07-18  2:07 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: kukuk at suse dot de @ 2005-01-12  8:33 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From kukuk at suse dot de  2005-01-12 08:33 -------
Created an attachment (id=349)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=349&action=view)
Patch to sync quota.h with current 2.6 kernel interface


-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=653

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/653] glibc contains old quota.h copy
  2005-01-12  8:31 [Bug libc/653] New: glibc contains old quota.h copy kukuk at suse dot de
  2005-01-12  8:33 ` [Bug libc/653] " kukuk at suse dot de
@ 2005-07-18  2:07 ` cvs-commit at gcc dot gnu dot org
  2005-07-18  2:08 ` roland at gnu dot org
  2005-07-19  3:31 ` roland at gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-07-18  2:07 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-07-18 02:07 -------
Subject: Bug 653

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-07-18 02:07:37

Modified files:
	sysdeps/unix/sysv/linux/sys: quota.h 

Log message:
	2005-06-20  Jakub Jelinek  <jakub@redhat.com>
	
	[BZ #653]
	* sysdeps/unix/sysv/linux/sys/quota.h: Add definitions and types for
	_LINUX_QUOTA_VERSION >= 2.
	(_LINUX_QUOTA_VERSION): Define if not yet defined.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/unix/sysv/linux/sys/quota.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.7&r2=1.7.6.1



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=653

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/653] glibc contains old quota.h copy
  2005-01-12  8:31 [Bug libc/653] New: glibc contains old quota.h copy kukuk at suse dot de
  2005-01-12  8:33 ` [Bug libc/653] " kukuk at suse dot de
  2005-07-18  2:07 ` cvs-commit at gcc dot gnu dot org
@ 2005-07-18  2:08 ` roland at gnu dot org
  2005-07-19  3:31 ` roland at gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: roland at gnu dot org @ 2005-07-18  2:08 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |852
              nThis|                            |


http://sources.redhat.com/bugzilla/show_bug.cgi?id=653

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/653] glibc contains old quota.h copy
  2005-01-12  8:31 [Bug libc/653] New: glibc contains old quota.h copy kukuk at suse dot de
                   ` (2 preceding siblings ...)
  2005-07-18  2:08 ` roland at gnu dot org
@ 2005-07-19  3:31 ` roland at gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: roland at gnu dot org @ 2005-07-19  3:31 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From roland at gnu dot org  2005-07-19 03:30 -------
This fix is now in the 2.3 branch as well as the trunk, and the problem should
be resolved as of the 2.3.6 release.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sources.redhat.com/bugzilla/show_bug.cgi?id=653

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-07-19  3:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-12  8:31 [Bug libc/653] New: glibc contains old quota.h copy kukuk at suse dot de
2005-01-12  8:33 ` [Bug libc/653] " kukuk at suse dot de
2005-07-18  2:07 ` cvs-commit at gcc dot gnu dot org
2005-07-18  2:08 ` roland at gnu dot org
2005-07-19  3:31 ` roland at gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).