All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ivan Gyurdiev <ivg2@cornell.edu>
To: SELinux List <SELinux@tycho.nsa.gov>
Cc: Stephen Smalley <sds@tycho.nsa.gov>
Subject: [SEMANAGE] Fix up hidden definitions again...
Date: Wed, 18 Jan 2006 04:57:21 -0700	[thread overview]
Message-ID: <43CE2D21.4050409@cornell.edu> (raw)

[-- 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) {

             reply	other threads:[~2006-01-18 11:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-18 11:57 Ivan Gyurdiev [this message]
2006-01-18 16:15 ` [SEMANAGE] Fix up hidden definitions again Stephen Smalley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43CE2D21.4050409@cornell.edu \
    --to=ivg2@cornell.edu \
    --cc=SELinux@tycho.nsa.gov \
    --cc=sds@tycho.nsa.gov \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.