openbsd-ports/emulators/qemu/patches/patch-vl_h

15 lines
547 B
Plaintext

$OpenBSD: patch-vl_h,v 1.6 2006/12/22 17:31:45 todd Exp $
--- vl.h.orig Sat Jul 22 13:23:34 2006
+++ vl.h Sun Nov 12 17:10:10 2006
@@ -104,8 +104,8 @@ void hw_error(const char *fmt, ...);
extern const char *bios_dir;
-void pstrcpy(char *buf, int buf_size, const char *str);
-char *pstrcat(char *buf, int buf_size, const char *s);
+void pstrcpy(char *buf, size_t buf_size, const char *str);
+char *pstrcat(char *buf, size_t buf_size, const char *s);
int strstart(const char *str, const char *val, const char **ptr);
extern int vm_running;