1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/security/trinokiller/files/patch-trinokiller.c
David E. O'Brien 47878a089b This program remotely kills trino nodes on version 1.07b2+f3 and below.
It abuses the careless coding in trinoo nodes and causes them to exit.
2000-02-14 03:46:32 +00:00

11 lines
210 B
C

--- trinokiller.c.orig Sun Feb 13 19:41:24 2000
+++ trinokiller.c Sun Feb 13 19:41:48 2000
@@ -12,6 +12,7 @@
*
*/
+#include <sys/types.h>
#include <stdlib.h>
#include <stdio.h>
#include <sys/socket.h>