diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-26 14:44:41 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-26 14:44:41 +0000 |
commit | f82ca09664d8b4073d7c379ea5f4867714423c93 (patch) | |
tree | 73e774afc63c966ed977b8a6a6c3121a7f83399a /terminal.c | |
parent | 2b3f9168554bb673c8ddd5e40dc88253f5e8d999 (diff) | |
download | mandoc-f82ca09664d8b4073d7c379ea5f4867714423c93.tar.gz |
Fixed after-NLINE-error assertion.
Scanned over all manuals with valgrind.
Version up.
Diffstat (limited to 'terminal.c')
-rw-r--r-- | terminal.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -26,11 +26,6 @@ #include "man.h" #include "mdoc.h" -#ifdef __linux__ -extern size_t strlcpy(char *, const char *, size_t); -extern size_t strlcat(char *, const char *, size_t); -#endif - extern int man_run(struct termp *, const struct man *); extern int mdoc_run(struct termp *, |