freebsd-ports/net-mgmt/sdig/files/patch-src_sdig.h
Robert Clausecker 3436c34cf6 net-mgmt/sdig: Fix build with -fno-common
* Add license information
* Reformat Makefile with portfmt

PR:		259006
Approved by:	maintainer timeout (> 2 weeks)
Differential Revision:	https://reviews.freebsd.org/D32661
2021-10-28 00:54:06 +09:00

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
*/