1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/vietnamese/vnelvis/files/patch-05
David E. O'Brien b93ba8e95c VNElvis is a clone of vi/ex (the standard UNIX editor) that allows the
displaying and editing of documents in the Vietnamese 8-bit VISCII (VIetnamese
Standard Code for Information Interchange) data format using the 7-bit VIQR
(VIetnamese Quoted Readable) input method.
1996-12-06 12:37:38 +00:00

13 lines
292 B
Plaintext

--- tmp.c.orig Wed Dec 5 08:51:19 1990
+++ tmp.c Wed Dec 4 23:31:22 1996
@@ -161,7 +161,8 @@
}
else
{
- setflag(file, NOFILE);
+ /* setflag(file, NOFILE); */ /* NOFILE conflicts w/4.4BSD's param.h */
+ setflag(file, NONAME);
origfd = -1;
origtime = 0L;
stat(".", &statb);