MD5 (make-3.81.tar.bz2) = 354853e0b2da90c527e35aabb8d6f1e6 SHA256 (make-3.81.tar.bz2) = f3e69023771e23908f5d5592954d8271d3d6af09693cecfd29cee6fde8550dc8 SIZE (make-3.81.tar.bz2) = 1151445 '/>
aboutsummaryrefslogtreecommitdiffstats
path: root/vietnamese/vnless/files/patch-03
blob: 97d89a25eaa72cecf4818adbddf603725b1f0293 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- defines.h.orig  Mon Feb 24 12:45:37 1992
+++ defines.h   Wed Dec  4 02:33:51 1996
@@ -47,7 +47,7 @@
  * This is normally the case only for BSD 4.2,
  * not for BSD 4.1 or System 5.
  */
-#define    SIGSETMASK  0
+#define    SIGSETMASK  1
 
 /*
  * REGCMP is 1 if your system has the regcmp() function.
@@ -73,7 +73,7 @@
  * EDIT_PGM is the name of the (default) editor to be invoked.
  */
 #define    EDITOR      1
-#define    EDIT_PGM    "/usr/local/bin/vi"
+#define    EDIT_PGM    "/usr/bin/vi"
 
 /*
  * TAGS is 1 if you wish to support tag files.