Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
1bd09654
...
1bd09654f654c16d9fe9da8216ca796b02d67302
authored
2002-12-05 14:21:22 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed unneded inclusion of getopt.h
1 parent
89cc619f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
mail.local/mail.local.h
mh/mh_getopt.c
readmsg/readmsg.h
mail.local/mail.local.h
View file @
1bd0965
...
...
@@ -35,8 +35,6 @@
#include <sys/socket.h>
#include <sys/stat.h>
#include "getopt.h"
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
...
...
mh/mh_getopt.c
View file @
1bd0965
...
...
@@ -24,7 +24,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <mh_getopt.h>
#include <getopt.h>
int
mh_optind
=
1
;
char
*
mh_optarg
;
...
...
readmsg/readmsg.h
View file @
1bd0965
...
...
@@ -26,7 +26,6 @@
#include <unistd.h>
#include <limits.h>
#include <errno.h>
#include <getopt.h>
#include <mailutils/body.h>
#include <mailutils/debug.h>
...
...
Please
register
or
sign in
to post a comment