mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
1.3 KiB
Diff
24 lines
1.3 KiB
Diff
From b54ba2031a37026401a827ee85988be76d8637e0 Mon Sep 17 00:00:00 2001
|
|||
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
||
|
|
Date: Tue, 4 Nov 2025 15:57:10 +0000
|
||
|
|
Subject: [PATCH] structs/structs-print.c: Update this generated file
|
||
|
|
|
||
|
|
The app2_spare1 field has been renamed.
|
||
|
|
---
|
||
|
|
structs/structs-print.c | 2 +-
|
||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/structs/structs-print.c b/structs/structs-print.c
|
||
|
|
index bfe007c..8c376b0 100644
|
||
|
|
--- common/structs/structs-print.c
|
||
|
|
+++ common/structs/structs-print.c
|
||
|
|
@@ -63,7 +63,7 @@ guestfs_int_print_application2_indent (struct guestfs_application2 *application2
|
||
|
|
fprintf (dest, "%sapp2_source_package: %s%s", indent, application2->app2_source_package, linesep);
|
||
|
|
fprintf (dest, "%sapp2_summary: %s%s", indent, application2->app2_summary, linesep);
|
||
|
|
fprintf (dest, "%sapp2_description: %s%s", indent, application2->app2_description, linesep);
|
||
|
|
- fprintf (dest, "%sapp2_spare1: %s%s", indent, application2->app2_spare1, linesep);
|
||
|
|
+ fprintf (dest, "%sapp2_class: %s%s", indent, application2->app2_class, linesep);
|
||
|
|
fprintf (dest, "%sapp2_spare2: %s%s", indent, application2->app2_spare2, linesep);
|
||
|
|
fprintf (dest, "%sapp2_spare3: %s%s", indent, application2->app2_spare3, linesep);
|
||
|
|
fprintf (dest, "%sapp2_spare4: %s%s", indent, application2->app2_spare4, linesep);
|