mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 17:25:09 +02:00
- Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
<bent@clark.net>
This commit is contained in:
parent
ee1c0b3d3b
commit
91427007bc
@ -1,3 +1,7 @@
|
|||||||
|
20000122
|
||||||
|
- Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
|
||||||
|
<bent@clark.net>
|
||||||
|
|
||||||
20000120
|
20000120
|
||||||
- Don't use getaddrinfo on AIX
|
- Don't use getaddrinfo on AIX
|
||||||
- Update to latest OpenBSD CVS:
|
- Update to latest OpenBSD CVS:
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
|
|
||||||
#ifndef roundup
|
#ifndef roundup
|
||||||
#define roundup (x, y) ((((x)+((y)-1))/(y))*(y))
|
#define roundup(x, y) ((((x)+((y)-1))/(y))*(y))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static int pgsize;
|
static int pgsize;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user