mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
- (dtucker) [openbsd-compat/getopt.h] Remove unneeded bits.
This commit is contained in:
parent
59d928d3b4
commit
8654dd2d73
@ -75,6 +75,7 @@
|
|||||||
the list is DH group exchange, but that causes a bit more traffic which can
|
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
|
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.
|
traffic and we get different errors to what the tests look for.
|
||||||
|
- (dtucker) [openbsd-compat/getopt.h] Remove unneeded bits.
|
||||||
|
|
||||||
20130516
|
20130516
|
||||||
- (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be
|
- (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be
|
||||||
|
@ -33,8 +33,6 @@
|
|||||||
#ifndef _GETOPT_H_
|
#ifndef _GETOPT_H_
|
||||||
#define _GETOPT_H_
|
#define _GETOPT_H_
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions
|
* GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions
|
||||||
*/
|
*/
|
||||||
@ -56,7 +54,6 @@ struct option {
|
|||||||
int val;
|
int val;
|
||||||
};
|
};
|
||||||
|
|
||||||
__BEGIN_DECLS
|
|
||||||
int getopt_long(int, char * const *, const char *,
|
int getopt_long(int, char * const *, const char *,
|
||||||
const struct option *, int *);
|
const struct option *, int *);
|
||||||
int getopt_long_only(int, char * const *, const char *,
|
int getopt_long_only(int, char * const *, const char *,
|
||||||
@ -73,6 +70,5 @@ extern int optopt;
|
|||||||
extern int optreset;
|
extern int optreset;
|
||||||
extern char *suboptarg; /* getsubopt(3) external variable */
|
extern char *suboptarg; /* getsubopt(3) external variable */
|
||||||
#endif
|
#endif
|
||||||
__END_DECLS
|
|
||||||
|
|
||||||
#endif /* !_GETOPT_H_ */
|
#endif /* !_GETOPT_H_ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user