bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Double include of getopt.h in env.c and groups.c (coreutils-6.12)


From: Jerry Snitselaar
Subject: Double include of getopt.h in env.c and groups.c (coreutils-6.12)
Date: Sun, 31 Aug 2008 06:22:18 -0700
User-agent: KMail/1.9.9

Is there a reason that getopt.h gets included twice?

src/env.c:

#include <getopt.h>
#include <sys/types.h>
#include <getopt.h>

src/groups.c:

#include <getopt.h>
#include <sys/types.h>
#include <pwd.h>
#include <grp.h>
#include <getopt.h>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]