mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
47878a089b
It abuses the careless coding in trinoo nodes and causes them to exit.
11 lines
210 B
C
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>
|