Fix some warnings that would be generated by gcc -Wredundant-decls
[qemu] / slirp / debug.c
index 7c8581d..bfef580 100644 (file)
@@ -16,8 +16,6 @@ int dostats = 0;
 #endif
 int slirp_debug = 0;
 
-extern char *strerror _P((int));
-
 /* Carry over one item from main.c so that the tty's restored.
  * Only done when the tty being used is /dev/tty --RedWolf */
 #ifndef CONFIG_QEMU