mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-26 23:34:55 +02:00
- (djm) Avoid warning on BSDgetopt
This commit is contained in:
parent
ffbe69890d
commit
ff5f47e230
@ -1,6 +1,7 @@
|
|||||||
20010918
|
20010918
|
||||||
- (djm) Configure support for smartcards
|
- (djm) Configure support for smartcards. Based on Ben's work.
|
||||||
- (djm) Revert setgroups call, it causes problems on OS-X
|
- (djm) Revert setgroups call, it causes problems on OS-X
|
||||||
|
- (djm) Avoid warning on BSDgetopt
|
||||||
|
|
||||||
20010917
|
20010917
|
||||||
- (djm) x11-ssh-askpass-1.2.4 in RPM spec, revert workarounds
|
- (djm) x11-ssh-askpass-1.2.4 in RPM spec, revert workarounds
|
||||||
@ -6461,4 +6462,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1526 2001/09/18 04:03:03 djm Exp $
|
$Id: ChangeLog,v 1.1527 2001/09/18 05:05:20 djm Exp $
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
/* $Id: getopt.h,v 1.3 2001/09/17 21:34:34 tim Exp $ */
|
/* $Id: getopt.h,v 1.4 2001/09/18 05:05:21 djm Exp $ */
|
||||||
|
|
||||||
#ifndef _GETOPT_H
|
#ifndef _BSDGETOPT_H
|
||||||
#define _GETOPT_H
|
#define _BSDGETOPT_H
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#ifndef HAVE_GETOPT_H
|
#if !defined(HAVE_GETOPT) || !defined(HAVE_GETOPT_OPTRESET)
|
||||||
|
|
||||||
int BSDgetopt(int argc, char * const *argv, const char *opts);
|
int BSDgetopt(int argc, char * const *argv, const char *opts);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* _GETOPT_H */
|
#endif /* _BSDGETOPT_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user