CVSROOT:        /cvs
Module name:    src
Changes by:     schwa...@cvs.openbsd.org        2016/03/20 17:48:27

Modified files:
        lib/libedit    : Makefile chared.c chared.h chartype.c 
                         chartype.h common.c el.c el.h emacs.c 
                         filecomplete.c hist.c hist.h histedit.h 
                         history.c keymacro.c makelist map.c parse.c 
                         prompt.h read.c read.h readline.c refresh.c 
                         search.c sig.c sys.h terminal.c tokenizer.c 
                         tty.c vi.c 
        lib/libedit/TEST: tc1.c 
        lib/libedit/readline: Makefile readline.h 

Log message:
Cleanup of standard header inclusion:

1. Add the missing <errno.h> to sig.c.
2. Do not include standard headers from private headers "chared.h"
and "el.h", include them directly where needed.
3. Delete a few needless inclusions of <ctype.h>.
4. Sort the standard headers.
5. Delete _GNU_SOURCE weirdness from histedit.h, that file doesn't even
need the access to wcsdup(3) mentioned in the comment.
6. Delete some trailing blanks and blanks before tabs.

OK czarkoff@

Reply via email to