3436c34cf6
* Add license information * Reformat Makefile with portfmt PR: 259006 Approved by: maintainer timeout (> 2 weeks) Differential Revision: https://reviews.freebsd.org/D32661
17 lines
288 B
C
17 lines
288 B
C
--- src/sdig.h.orig 2021-10-08 14:08:41 UTC
|
|
+++ src/sdig.h
|
|
@@ -42,14 +42,6 @@ typedef struct {
|
|
void *next;
|
|
} pdtype;
|
|
|
|
-/* holds the results of a matched port */
|
|
-struct result {
|
|
- stype s;
|
|
- char *ifIdx;
|
|
- char *ifAlias;
|
|
- char *ifName;
|
|
-} result;
|
|
-
|
|
/*
|
|
* global data
|
|
*/
|