Projet

Général

Profil

« Précédent | Suivant » 

Révision 670c9f38

Ajouté par Ermal il y a presque 10 ans

Modify patch manually to build properly on architectures where this is needed

Voir les différences:

patches/stable/10/pf_static_tracker.diff
95 95
 			    (uintmax_t)rule->u_states_tot);
96 96
+#else
97 97
+			printf("  [ Inserted: pid %u "
98
+			    "State Creations: %-6u]\n",
98
+			    "State Creations: %-6ju]\n",
99 99
+			    (unsigned)rule->cpid,
100
+			    rule->states_tot);
100
+			    (uintmax_t)rule->states_tot);
101 101
+#endif
102 102
 	}
103 103
 }

Formats disponibles : Unified diff