SHA256
1
0
forked from pool/tcsh

Update to tcsh 6.22.01 - 20191201

OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=89
This commit is contained in:
2019-12-02 08:28:24 +00:00
committed by Git OBS Bridge
parent d582af6155
commit 4bf28f7390
11 changed files with 101 additions and 120 deletions

View File

@@ -14,7 +14,7 @@
--- config/linux
+++ config/linux 2019-05-09 08:41:54.237060106 +0000
@@ -92,6 +92,9 @@
@@ -99,6 +99,9 @@
#ifndef _SVID_SOURCE
# define _SVID_SOURCE
#endif
@@ -24,7 +24,7 @@
#ifndef _POSIX_SOURCE
# define _POSIX_SOURCE
#endif
@@ -132,4 +135,11 @@
@@ -139,4 +142,11 @@
# define POSIX
#endif
@@ -93,7 +93,7 @@
--- sh.c
+++ sh.c 2019-05-09 08:41:54.237060106 +0000
@@ -1346,6 +1346,9 @@ main(int argc, char **argv)
@@ -1347,6 +1347,9 @@ main(int argc, char **argv)
setintr = osetintr;
parintr = oparintr;
}