cheusov
|
ea1a131a00
|
Compare return value of fputs(3) with EOF instead of 0.
This is POSIX-ly correct and fixes csplit(1) on non-NetBSD systems.
|
2017-07-30 23:02:53 +00:00 |
joerg
|
31870c16c9
|
static + __dead
|
2011-08-31 13:35:46 +00:00 |
roy
|
7027866a09
|
Rename internal getline() function to get_line() so it does
conflict with the soon to be added getline(3) libc function.
|
2009-07-13 19:05:39 +00:00 |
perry
|
8b0f9554ff
|
convert __attribute__s to applicable cdefs.h macros
|
2007-12-15 19:44:37 +00:00 |
lukem
|
5d427989ff
|
Convert to raise_default_signal(3).
|
2007-10-05 07:27:41 +00:00 |
lukem
|
3ae239d786
|
Attempt to raise the default signal handler (SIG_DFL) when exiting
because of a signal, rather than just relying upon _exit(2).
|
2007-07-18 01:32:33 +00:00 |
christos
|
1a6e50f273
|
PR/34599: Mindaugas: csplit(1) utility port
|
2006-09-25 19:21:42 +00:00 |