View | Details | Raw Unified | Return to bug 1096
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +5 lines)
Line  Link Here
0
-- openssh-4.2p1/openbsd-compat/openbsd-compat.h~      Wed Sep  7 15:52:54 2005
0
++ openssh-4.2p1/openbsd-compat/openbsd-compat.h       Thu Sep 29 17:13:58 2005
Lines 156-161 Link Here
156
int snprintf(char *, size_t, const char *, ...);
156
int snprintf(char *, size_t, const char *, ...);
157
#endif
157
#endif
158
#ifndef HAVE_STRTOLL
159
long long strtoll(const char *, char **, int);
160
#endif
161
158
#ifndef HAVE_STRTONUM
162
#ifndef HAVE_STRTONUM
159
long long strtonum(const char *, long long, long long, const char **);
163
long long strtonum(const char *, long long, long long, const char **);
160
#endif
164
#endif

Return to bug 1096