All of lore.kernel.org
 help / color / mirror / Atom feed
* [SEMANAGE] Fix up hidden definitions again...
@ 2006-01-18 11:57 Ivan Gyurdiev
  2006-01-18 16:15 ` Stephen Smalley
  0 siblings, 1 reply; 2+ messages in thread
From: Ivan Gyurdiev @ 2006-01-18 11:57 UTC (permalink / raw)
  To: SELinux List; +Cc: Stephen Smalley

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: libsemanage.hidden_update.diff --]
[-- Type: text/x-patch, Size: 1589 bytes --]

diff -Naurp --exclude-from excludes old/libsemanage/src/boolean_record.c new/libsemanage/src/boolean_record.c
--- old/libsemanage/src/boolean_record.c	2006-01-13 06:37:33.000000000 -0700
+++ new/libsemanage/src/boolean_record.c	2006-01-18 04:55:56.000000000 -0700
@@ -60,7 +60,7 @@ int semanage_bool_compare2(
 }
 hidden_def(semanage_bool_compare2)
 
-int semanage_bool_compare2_qsort(
+static int semanage_bool_compare2_qsort(
 	const semanage_bool_t** boolean,
 	const semanage_bool_t** boolean2) {
 
diff -Naurp --exclude-from excludes old/libsemanage/src/port_internal.h new/libsemanage/src/port_internal.h
--- old/libsemanage/src/port_internal.h	2006-01-13 06:37:33.000000000 -0700
+++ new/libsemanage/src/port_internal.h	2006-01-18 04:50:46.000000000 -0700
@@ -24,6 +24,7 @@ hidden_proto(semanage_port_set_proto)
 hidden_proto(semanage_port_get_proto_str)
 hidden_proto(semanage_port_get_con)
 hidden_proto(semanage_port_set_con)
+hidden_proto(semanage_port_list_local)
 
 /* PORT RECORD: method table */
 extern record_table_t SEMANAGE_PORT_RTABLE;
diff -Naurp --exclude-from excludes old/libsemanage/src/ports_local.c new/libsemanage/src/ports_local.c
--- old/libsemanage/src/ports_local.c	2006-01-13 06:37:33.000000000 -0700
+++ new/libsemanage/src/ports_local.c	2006-01-18 04:51:03.000000000 -0700
@@ -74,6 +74,7 @@ int semanage_port_list_local(
 	dbase_config_t* dconfig = semanage_port_dbase_local(handle);
 	return dbase_list(handle, dconfig, records, count);
 }
+hidden_def(semanage_port_list_local)
 
 int hidden semanage_port_validate_local(
 	semanage_handle_t* handle) {

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [SEMANAGE] Fix up hidden definitions again...
  2006-01-18 11:57 [SEMANAGE] Fix up hidden definitions again Ivan Gyurdiev
@ 2006-01-18 16:15 ` Stephen Smalley
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Smalley @ 2006-01-18 16:15 UTC (permalink / raw)
  To: Ivan Gyurdiev; +Cc: SELinux List

Merged 8 patches as of libsemanage 1.5.15:
cache management
bugfix for clear
remove apply_local
only do read locking in direct case
cache error path memory leak fix
auto-generated file header
pywrap test update
hidden defs update

-- 
Stephen Smalley
National Security Agency


--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-18 16:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-18 11:57 [SEMANAGE] Fix up hidden definitions again Ivan Gyurdiev
2006-01-18 16:15 ` Stephen Smalley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.