1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.bin/sdiff
deraadt 43316b18ff - Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) by
temporarily restoring default behaviour.  This is not 100% ideal.
  But this fixes editor handling in mail... bah, it is really unfortunate
  that got broken
- refactor the restoration code as well, to make it simpler
ok ray
2007-10-17 20:02:30 +00:00
..
common.c Remove xmktemp() and uses plain old mkstemp(3), avoiding race 2006-05-25 03:20:32 +00:00
common.h Remove xmktemp() and uses plain old mkstemp(3), avoiding race 2006-05-25 03:20:32 +00:00
edit.c - Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) by 2007-10-17 20:02:30 +00:00
extern.h Remove xmktemp() and uses plain old mkstemp(3), avoiding race 2006-05-25 03:20:32 +00:00
Makefile Move two functions to separate file; from Ray Lai; ok jaredy@ 2006-02-20 08:38:18 +00:00
sdiff.1 *long* options are undocumented; ok ray 2007-06-29 14:48:07 +00:00
sdiff.c use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg 2007-09-02 15:19:07 +00:00