mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
13 lines
226 B
C
13 lines
226 B
C
--- src/misc.c.orig 2014-03-21 08:46:52 UTC
|
|
+++ src/misc.c
|
|
@@ -44,6 +44,10 @@
|
|
#include "misc.h"
|
|
#include "terminal.h"
|
|
|
|
+int NO_BEEP;
|
|
+int NO_COLORS;
|
|
+int addrfamily;
|
|
+
|
|
int who_start_first(void)
|
|
{
|
|
long generated_number;
|