]> git.pld-linux.org Git - packages/inn.git/commitdiff
e26b171a086a318c78eae7998f0e3824 inn-setreuid.patch inn-2_3_1-2
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 22 Jan 2001 21:07:24 +0000 (21:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    inn-setreuid.patch -> 1.1

inn-setreuid.patch [new file with mode: 0644]

diff --git a/inn-setreuid.patch b/inn-setreuid.patch
new file mode 100644 (file)
index 0000000..795a221
--- /dev/null
@@ -0,0 +1,11 @@
+--- inn-2.3.1/configure.in~    Mon Jan 22 21:32:07 2001
++++ inn-2.3.1/configure.in     Mon Jan 22 22:08:57 2001
+@@ -1228,7 +1228,7 @@
+                symlink waitpid inet_ntoa)
+ dnl We only care if we have setreuid() if we don't have seteuid().
+-AC_CHECK_FUNCS(seteuid setreuid, break)
++AC_CHECK_FUNCS(setreuid seteuid, break)
+ dnl We need both *rlimit functions.
+ dnl
This page took 0.033415 seconds and 4 git commands to generate.