зеркало из https://github.com/Azure/sonic-openssh.git
- (dtucker) [openbsd-compat/getopt.h] Remove unneeded bits.
This commit is contained in:
Родитель
59d928d3b4
Коммит
8654dd2d73
|
@ -75,6 +75,7 @@
|
|||
the list is DH group exchange, but that causes a bit more traffic which can
|
||||
mean that the tests flip bits in the initial exchange rather than the MACed
|
||||
traffic and we get different errors to what the tests look for.
|
||||
- (dtucker) [openbsd-compat/getopt.h] Remove unneeded bits.
|
||||
|
||||
20130516
|
||||
- (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be
|
||||
|
|
|
@ -33,8 +33,6 @@
|
|||
#ifndef _GETOPT_H_
|
||||
#define _GETOPT_H_
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
/*
|
||||
* GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions
|
||||
*/
|
||||
|
@ -56,7 +54,6 @@ struct option {
|
|||
int val;
|
||||
};
|
||||
|
||||
__BEGIN_DECLS
|
||||
int getopt_long(int, char * const *, const char *,
|
||||
const struct option *, int *);
|
||||
int getopt_long_only(int, char * const *, const char *,
|
||||
|
@ -73,6 +70,5 @@ extern int optopt;
|
|||
extern int optreset;
|
||||
extern char *suboptarg; /* getsubopt(3) external variable */
|
||||
#endif
|
||||
__END_DECLS
|
||||
|
||||
#endif /* !_GETOPT_H_ */
|
||||
|
|
Загрузка…
Ссылка в новой задаче