mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
76cfcc40dd
A program for optimizing Cisco router's IP access lists. PR: 13788 Submitted by: Igor Vinokurov <igor@zynaps.ru>
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
--- aclgen.c.orig Thu Jul 3 11:35:57 1997
|
|
+++ aclgen.c Fri Sep 17 18:08:28 1999
|
|
@@ -15,7 +15,6 @@
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
-#include <malloc.h>
|
|
#include <stdlib.h>
|
|
|
|
/*#define P(x) ()*/
|