mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
15 lines
274 B
C
15 lines
274 B
C
--- xx.c.orig 2009-02-23 10:26:32 UTC
|
|
+++ xx.c
|
|
@@ -46,6 +46,12 @@ static char rcsid[] =
|
|
#include <stdlib.h>
|
|
#include <strings.h>
|
|
|
|
+struct xx *xx_head, *xx_tail;
|
|
+struct xx *xx_freelist;
|
|
+
|
|
+char *xxbuf, *xxbufp, *xxbufe;
|
|
+int xxbufsize;
|
|
+
|
|
xxinit()
|
|
{
|
|
if (ttinit() < 0)
|