forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
13 lines
199 B
C
13 lines
199 B
C
--- list-lib.c.orig Thu May 18 21:10:28 2000
|
|
+++ list-lib.c Tue Jan 15 18:59:31 2002
|
|
@@ -79,10 +79,6 @@
|
|
|
|
free(List);
|
|
|
|
- List->ListHead = NULL;
|
|
- List->Count = 0;
|
|
- List->MaxEntries = 0;
|
|
-
|
|
}
|
|
|
|
|