mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
10 lines
266 B
C
10 lines
266 B
C
--- /tmp/instance_owners.c Wed Aug 18 20:23:20 2004
|
|
+++ instance_owners.c Wed Aug 18 20:24:24 2004
|
|
@@ -16,0 +17,4 @@
|
|
+#if __FreeBSD__ < 5
|
|
+#define PRId32 "d"
|
|
+#endif
|
|
+
|
|
@@ -207 +211 @@
|
|
- omenu = gtk_menu_new ();
|
|
+ menuitem = gtk_menu_item_new_with_label (buf);
|