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

(-)a/openbsd-compat/regress/Makefile.in (-1 / +1 lines)
Lines 7-13 VPATH=@srcdir@ Link Here
7
CC=@CC@
7
CC=@CC@
8
LD=@LD@
8
LD=@LD@
9
CFLAGS=@CFLAGS@
9
CFLAGS=@CFLAGS@
10
CPPFLAGS=-I. -I.. -I$(srcdir) -I$(srcdir)/.. @CPPFLAGS@ @DEFS@
10
CPPFLAGS=-I. -I.. -I../.. -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../.. @CPPFLAGS@ @DEFS@
11
EXEEXT=@EXEEXT@
11
EXEEXT=@EXEEXT@
12
LIBCOMPAT=../libopenbsd-compat.a
12
LIBCOMPAT=../libopenbsd-compat.a
13
LIBS=@LIBS@
13
LIBS=@LIBS@
(-)a/openbsd-compat/regress/closefromtest.c (-2 / +2 lines)
Lines 14-19 Link Here
14
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15
 */
15
 */
16
16
17
#include "includes.h"
18
17
#include <sys/types.h>
19
#include <sys/types.h>
18
#include <sys/stat.h>
20
#include <sys/stat.h>
19
21
Lines 24-31 Link Here
24
26
25
#define NUM_OPENS 10
27
#define NUM_OPENS 10
26
28
27
int closefrom(int);
28
29
void
29
void
30
fail(char *msg)
30
fail(char *msg)
31
{
31
{
(-)a/openbsd-compat/regress/opensslvertest.c (+2 lines)
Lines 14-19 Link Here
14
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15
 */
15
 */
16
16
17
#include "includes.h"
18
17
#include <stdio.h>
19
#include <stdio.h>
18
#include <stdlib.h>
20
#include <stdlib.h>
19
21
(-)a/openbsd-compat/regress/snprintftest.c (+2 lines)
Lines 17-22 Link Here
17
17
18
#define BUFSZ 2048
18
#define BUFSZ 2048
19
19
20
#include "includes.h"
21
20
#include <sys/types.h>
22
#include <sys/types.h>
21
#include <stdlib.h>
23
#include <stdlib.h>
22
#include <stdio.h>
24
#include <stdio.h>
(-)a/openbsd-compat/regress/strduptest.c (+2 lines)
Lines 14-19 Link Here
14
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15
 */
15
 */
16
16
17
#include "includes.h"
18
17
#include <stdlib.h>
19
#include <stdlib.h>
18
#include <string.h>
20
#include <string.h>
19
21
(-)a/openbsd-compat/regress/strtonumtest.c (+2 lines)
Lines 17-22 Link Here
17
17
18
/* OPENBSD ORIGINAL: regress/lib/libc/strtonum/strtonumtest.c */
18
/* OPENBSD ORIGINAL: regress/lib/libc/strtonum/strtonumtest.c */
19
19
20
#include "includes.h"
21
20
#include <limits.h>
22
#include <limits.h>
21
#include <stdio.h>
23
#include <stdio.h>
22
#include <stdlib.h>
24
#include <stdlib.h>
(-)a/openbsd-compat/regress/utimensattest.c (+2 lines)
Lines 14-19 Link Here
14
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15
 */
15
 */
16
16
17
#include "includes.h"
18
17
#include <sys/types.h>
19
#include <sys/types.h>
18
#include <sys/stat.h>
20
#include <sys/stat.h>
19
21

Return to bug 3336