$OpenBSD: patch-vl_h,v 1.5 2006/06/08 14:33:38 todd Exp $
--- vl.h.orig	Wed May  3 15:32:58 2006
+++ vl.h	Fri May  5 22:07:42 2006
@@ -96,8 +96,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;
@@ -769,6 +769,12 @@ int fdctrl_get_drive_type(fdctrl_t *fdct
 
 void isa_ne2000_init(int base, int irq, NICInfo *nd);
 void pci_ne2000_init(PCIBus *bus, NICInfo *nd);
+
+/* pcnet.c */
+
+extern int nic_pcnet;
+
+void pci_pcnet_init(PCIBus *bus, NICInfo *nd);
 
 /* rtl8139.c */
 
