mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
12b9c1f2e3
o Remove hard samba dependency. [2] PR: ports/80486 Submitted by: Jung-uk Kim <jkim@niksun.com> [1] Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) [1] Suggested by: des [2]
27 lines
738 B
Plaintext
27 lines
738 B
Plaintext
Index: qemu/dyngen-exec.h
|
|
===================================================================
|
|
RCS file: /cvsroot/qemu/qemu/dyngen-exec.h,v
|
|
retrieving revision 1.12
|
|
diff -w -u -d -r1.12 dyngen-exec.h
|
|
--- dyngen-exec.h 12 May 2004 19:32:15 -0000 1.12
|
|
+++ dyngen-exec.h 21 May 2004 15:00:41 -0000
|
|
@@ -21,6 +21,8 @@
|
|
#define __DYNGEN_EXEC_H__
|
|
|
|
#include <stddef.h>
|
|
+#include <stdio.h>
|
|
+#include "config.h"
|
|
|
|
typedef unsigned char uint8_t;
|
|
typedef unsigned short uint16_t;
|
|
@@ -54,9 +56,6 @@
|
|
#define UINT32_MAX (4294967295U)
|
|
#define UINT64_MAX ((uint64_t)(18446744073709551615))
|
|
|
|
-typedef struct FILE FILE;
|
|
-extern int fprintf(FILE *, const char *, ...);
|
|
-extern int printf(const char *, ...);
|
|
#undef NULL
|
|
#define NULL 0
|
|
#ifdef _BSD
|