зеркало из https://github.com/Azure/sonic-openssh.git
- (djm) Avoid warning on BSDgetopt
This commit is contained in:
Родитель
ffbe69890d
Коммит
ff5f47e230
|
@ -1,6 +1,7 @@
|
|||
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) Avoid warning on BSDgetopt
|
||||
|
||||
20010917
|
||||
- (djm) x11-ssh-askpass-1.2.4 in RPM spec, revert workarounds
|
||||
|
@ -6461,4 +6462,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- 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
|
||||
#define _GETOPT_H
|
||||
#ifndef _BSDGETOPT_H
|
||||
#define _BSDGETOPT_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);
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* _GETOPT_H */
|
||||
#endif /* _BSDGETOPT_H */
|
||||
|
|
Загрузка…
Ссылка в новой задаче