diff options
author | Robert Clausecker <fuz@fuz.su> | 2022-11-07 20:05:30 +0100 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-11-08 17:40:20 +0100 |
commit | da3273f7c3c3f577dbaba14c06c689a81113a949 (patch) | |
tree | 6c0e01d654a2dfc9a16b0b37a6610ccb160176fe /sysutils/vcp/files/patch-log.c | |
parent | x11-wm/icewm: fix invalid paths in desktop files (diff) |
sysutils/vcp: Unbreak and set maintainer
* fix build with -fno-common
* simplify Makefile
* remove outdated WWW
* fix plist and install Polish man page
* fix bug when char is unsigned
* mirror distfile on my own site for redundancy
* take maintainership over this unmaintained port
PR: 267595
Reported by: fuz@fuz.su (maintainer)
MFH: 2022Q4 (build fix)
Diffstat (limited to 'sysutils/vcp/files/patch-log.c')
-rw-r--r-- | sysutils/vcp/files/patch-log.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/vcp/files/patch-log.c b/sysutils/vcp/files/patch-log.c new file mode 100644 index 000000000000..be606b5e1f36 --- /dev/null +++ b/sysutils/vcp/files/patch-log.c @@ -0,0 +1,11 @@ +--- log.c.orig 2022-11-06 12:59:27 UTC ++++ log.c +@@ -45,7 +45,7 @@ int logadds(int code, char *base, char *var, char *var + } + + int logget(char *name) { +- char c,decoy; ++ int c,decoy; + if(use_curses) { + if(Iflag) + wprintw(logw, "Overwrite %s ? [Y]/N ",name); |