mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
8b129ae903
compromised hosts. RID can remotely detect Stacheldraht, TFN, Trinoo and TFN2k if the attacker did not change the default ports.
9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
--- parser.l.orig Fri Jan 28 11:37:32 2000
|
|
+++ parser.l Sun Feb 13 18:32:00 2000
|
|
@@ -1,4 +1,5 @@
|
|
%{
|
|
+#include <sys/types.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <strings.h>
|