File: patch-stampT

package info (click to toggle)
libedit 2.6.cvs.20020109-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 676 kB
  • ctags: 1,672
  • sloc: ansic: 12,214; sh: 328; makefile: 189
file content (16 lines) | stat: -rw-r--r-- 576 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Patches applied in the Debian version of libedit:

../debian/patches/01-Makefile.dpatch:
  Add the necessary includes and other things to the libedit
  Makefile, so it will compile on GNU systems, with our supplied
  glue code

../debian/patches/02-el.c-issetugid.dpatch:
  issetugid(2) is not implemented on GNU systems, so #ifdef it out

../debian/patches/03-el.c-MAXPATHLEN.dpatch:
  on systems without MAXPATHLEN, allocate memory dynamically

../debian/patches/04-readline.h-stdio.dpatch:
  since readline.h uses types defined in stdio.h, that header should
  be included