[Bug 3067] New: include/sys/mount.h enum final value has unwanted comma

bugzilla at busybox.net bugzilla at busybox.net
Wed Jan 12 10:01:05 UTC 2011


https://bugs.busybox.net/show_bug.cgi?id=3067

           Summary: include/sys/mount.h enum final value has unwanted
                    comma
           Product: uClibc
           Version: 0.9.31
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Standard Compliance
        AssignedTo: unassigned at uclibc.org
        ReportedBy: will.moore at beran.co.uk
                CC: uclibc-cvs at uclibc.org
   Estimated Hours: 0.0


/include/sys/mount.h line 60 has
  MS_BIND = 4096,        /* Bind directory at different place.  */
when it should be
  MS_BIND = 4096        /* Bind directory at different place.  */

As a final value in an enum gcc coughs at the comma.  Looking at the git tree
online this is still present though I tripped over it when using uclibc 0.9.31
as a part of buildroot2010.11.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the uClibc-cvs mailing list