summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2008-10-20 22:38:46 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2008-10-20 22:38:46 +0000
commitbacaa4e20a1bb473e54ef5840ce5cfbb876e9713 (patch)
tree00700c24a586f100cced4162468804c6b351e599
parent1a6bbf827c53cfa5a60604bc43589c73fa7cb14d (diff)
downloadnspr-hg-bacaa4e20a1bb473e54ef5840ce5cfbb876e9713.tar.gz
Bug 453375: Declare PR_ImportTCPSocket in a public header file.
r=wtc
-rw-r--r--pkg/linux/Makefile.in3
-rwxr-xr-xpkg/solaris/SUNWprd/prototype7
2 files changed, 9 insertions, 1 deletions
diff --git a/pkg/linux/Makefile.in b/pkg/linux/Makefile.in
index ebf62ea6..8d7aab9a 100644
--- a/pkg/linux/Makefile.in
+++ b/pkg/linux/Makefile.in
@@ -74,7 +74,7 @@ publish:
(cd $(dist_includedir) && tar cphf - .) \
| (mkdir -p opt/sun/private/include/nspr && cd opt/sun/private/include/nspr && tar xvfBp -)
(cd opt/sun/private/include/nspr && \
- rm -rf md private obsolete/pralarm.h obsolete/probslet.h obsolete/prsem.h)
+ rm -rf md)
tar czvf SOURCES/$(NAME)-$(VERSION).tar.gz opt
echo "%define name $(NAME)" >$(SPECFILE)
echo "%define version $(VERSION)" >>$(SPECFILE)
@@ -100,6 +100,7 @@ publish:
echo "%dir /opt/sun/private/include" >>$(SPECFILE)
echo "%dir /opt/sun/private/include/nspr" >>$(SPECFILE)
echo "%dir /opt/sun/private/include/nspr/obsolete" >>$(SPECFILE)
+ echo "%dir /opt/sun/private/include/nspr/private" >>$(SPECFILE)
find opt -type f \( -name "*.h" \) \
| sed -e "s-^-/-" >>$(SPECFILE)
rpmbuild $(RPMTARGET) -bb $(SPECFILE)
diff --git a/pkg/solaris/SUNWprd/prototype b/pkg/solaris/SUNWprd/prototype
index fb57aa48..38667893 100755
--- a/pkg/solaris/SUNWprd/prototype
+++ b/pkg/solaris/SUNWprd/prototype
@@ -63,7 +63,11 @@ d none usr 0755 root sys
d none usr/include 0755 root bin
d none usr/include/mps 0755 root bin
d none usr/include/mps/obsolete 0755 root bin
+d none usr/include/mps/private 0755 root bin
+f none usr/include/mps/obsolete/pralarm.h 0644 root bin
+f none usr/include/mps/obsolete/probslet.h 0644 root bin
f none usr/include/mps/obsolete/protypes.h 0644 root bin
+f none usr/include/mps/obsolete/prsem.h 0644 root bin
f none usr/include/mps/prcpucfg.h 0644 root bin
f none usr/include/mps/nspr.h 0644 root bin
f none usr/include/mps/pratom.h 0644 root bin
@@ -81,6 +85,9 @@ f none usr/include/mps/prinit.h 0644 root bin
f none usr/include/mps/prinrval.h 0644 root bin
f none usr/include/mps/prio.h 0644 root bin
f none usr/include/mps/pripcsem.h 0644 root bin
+f none usr/include/mps/private/pprio.h 0644 root bin
+f none usr/include/mps/private/pprthred.h 0644 root bin
+f none usr/include/mps/private/prpriv.h 0644 root bin
f none usr/include/mps/prlink.h 0644 root bin
f none usr/include/mps/prlock.h 0644 root bin
f none usr/include/mps/prlog.h 0644 root bin