Skip to content
Snippets Groups Projects
Commit 3f2113db authored by Rosen Penev's avatar Rosen Penev Committed by Nuno Goncalves
Browse files

tcsh: update to 6.22.04


Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
parent 62c35172
No related branches found
No related tags found
1 merge request!13Uplift of packages using two step method. Use commits specified by feeds.conf.default from main repo.
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=tcsh PKG_NAME:=tcsh
PKG_VERSION:=6.22.03 PKG_VERSION:=6.22.04
PKG_RELEASE:=1 PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:= \ PKG_SOURCE_URL:= \
...@@ -16,7 +16,7 @@ PKG_SOURCE_URL:= \ ...@@ -16,7 +16,7 @@ PKG_SOURCE_URL:= \
https://astron.com/pub/tcsh/old \ https://astron.com/pub/tcsh/old \
https://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh \ https://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh \
https://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/old https://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/old
PKG_HASH:=be2cfd653d2a0c7f506d2dd14c12324ba749bd484037be6df44a3973f52262b7 PKG_HASH:=eb16356243218c32f39e07258d72bf8b21e62ce94bb0e8a95e318b151397e231
PKG_MAINTAINER:=Nuno Goncalves <nunojpg@gmail.com> PKG_MAINTAINER:=Nuno Goncalves <nunojpg@gmail.com>
PKG_LICENSE:=BSD-3-Clause PKG_LICENSE:=BSD-3-Clause
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
@@ -668,9 +668,9 @@ int @@ -668,9 +668,9 @@ int
GetCmdChar(Char ch) GetCmdChar(Char ch)
{ {
#ifndef WINNT_NATIVE // We use more than 256 for various extended keys #ifndef WINNT_NATIVE // We use more than 256 for various extended keys
- wint_t c = ch & CHAR; - wint_t c = ch & CHAR;
+ Char c = ch & CHAR; + Char c = ch & CHAR;
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment