]> git.pld-linux.org Git - packages/zsh.git/blob - zsh-sys_capability.patch
- correct od some zsh misconfigurations
[packages/zsh.git] / zsh-sys_capability.patch
1 diff -Nru zsh-3.1.7.orig/configure.in zsh-3.1.7/configure.in
2 --- zsh-3.1.7.orig/configure.in Wed May 31 14:18:41 2000
3 +++ zsh-3.1.7/configure.in      Wed May 31 14:22:07 2000
4 @@ -445,7 +445,7 @@
5  AC_CHECK_HEADERS(sys/time.h sys/times.h sys/select.h termcap.h termio.h \
6                  termios.h sys/param.h sys/filio.h string.h memory.h \
7                  limits.h fcntl.h libc.h sys/utsname.h sys/resource.h \
8 -                locale.h errno.h stdlib.h unistd.h sys/capability.h \
9 +                locale.h errno.h stdlib.h unistd.h \
10                  utmp.h utmpx.h sys/types.h pwd.h grp.h poll.h sys/mman.h \
11                  linux/tasks.h netinet/in_systm.h)
12  if test $dynamic = yes; then
This page took 0.081276 seconds and 3 git commands to generate.